Sunil Thaha
Sunil Thaha
Currently deployment of operator on vanilla kubernentes is not easy. Lets create helm chart to deploy operator.
Now that the operator image contains must-gather scripts. lets validate (changes to) the script in CI
https://github.com/redhat-openshift-ecosystem/community-operators-prod/pull/3431/files/8957574b24dfcd48d573f5c530b5f1ef5c051b93#r1358468026
* adds a new CI job to run shellcheck linter * fixes shellcheck errors and removes unused scripts
Please feel free to break these into sub-tasks - [ ] Document how to make a release - [x] #189 - [ ] #196
Ensure Bundle validation in `make bundle` has sufficient validations to pass upstream Community Catalog CI Ref: https://sdk.operatorframework.io/docs/cli/operator-sdk_bundle_validate/
Steps to reproduce 1. install kustomize 5.3.0 2. run `make deploy` OPTS="ESTIMATOR TEST" ``` # Warning: 'patchesStrategicMerge' is deprecated. Please use 'patches' instead. Run 'kustomize edit fix' to update your...