Skip to content

Remove config/deploy dir

Mitchell Nielsen requested to merge remove-config-deploy-dir into master

Summary

Removes the config/deploy dir, which does not appear to be used for anything. This removes redundant files and ensures we do not spend cycles updating files that serve no purpose.

Related to #127

Testing

  • Build Operator manifests: make build_operator
  • Build OpenShift manifests: make build_openshift_resources
  • Build OperatorHub bundle: scripts/olm_bundle.sh build_manifests generate_bundle patch_bundle
Edited by Mitchell Nielsen

Merge request reports