ploigos / infra-ops

GitOps repository for the infrastructure that contributors use to develop and test the Ploigos ecosystem
Apache License 2.0
0 stars 1 forks source link

Enhance Helm chart to use Secrets created by External Secrets Operator #37

Closed dwinchell closed 2 years ago

dwinchell commented 2 years ago

Success Criteria:

aarongreen85 commented 2 years ago

I believe this work will be accomplished as part of #36 and #34. Check out this PR https://github.com/ploigos/openshift-actions-runner-chart/pull/7 as an example. @dwinchell @gfulton-redhat

dwinchell commented 2 years ago

@aarongreen85 the idea was #34 / #36 make Helm create ExternalSecrets. This issue is about using them to do something useful (i.e. consuming the info in the Secrets). It's possible that no additional work is required for that latter part, or that it would be easier to roll that scope into the other tickets. I'm fine however you want to divide the work.

aarongreen85 commented 2 years ago

This work was done as described above.

gfulton-redhat commented 2 years ago

Closed by #34 and #36