postgres-operator icon indicating copy to clipboard operation
postgres-operator copied to clipboard

rethink operator credentials

Open hitman99 opened this issue 5 years ago • 0 comments

There is a problem every time a new version of this operator needs to be pushed to operatorhub.io. The process to push to operatorhub.io is as follows:

  • package operator (container image)
  • update operator OLM (operator lifecycle manager) catalog manifest
  • bundle up all the CRDs
  • open a PR for community-operators

After the PR is opened, there is an automated check which deploys the operator to minikube. Operator deployment depends on the secret, which is not automatically created and thus the automated check fails.

hitman99 avatar Jan 21 '20 17:01 hitman99