Closed odubajDT closed 10 months ago
Could you please assign this issue to me once it refined.
Hi @geoffrey1330 this ticket needs to be refined first by the team. Afterwards I can assign it to you
Hi, I am how to read Helm values in Golang, especially when certain parameters like certManager.enabled
aren't passed as environment variables in the Helm chart.
Can anyone point me to relevant code examples within the Keptn repo which is reading from helm values in Golang?
Hi @sudiptob2 Here is an example where something similar was Implemented https://github.com/keptn/lifecycle-toolkit/pull/2607
Hi @sudiptob2 Here is an example where something similar was Implemented #2607
Great!
Though am currently working on this issue.
I am learning, can I collaborate with you in this issue?
Sure you could message me on the slack channel. always happy to collaborate.
@geoffrey1330 @sudiptob2 did you manage to sync about the collaboration? It seems like both of you have created a PR for this issue which looks exactly the same. Please sync with each other and close one of those
Alright I Already told him to collaborate on my PR since the issue was assigned to me.
@odubajDT Please go ahead with @geoffrey1330 PR, I was trying to understand the issue that created the Draft PR because there was no open draft there for this issue.
Ok thank you guys, @sudiptob2 I am closing your PR, so it won't confuse anybody
This ticket is already resolved and merged into the feature branch, closing it
Description
keptn-cert-manager
provides a logic to check ifkeptn-certs
Secret is in place in the Keptn default namespace. This code is used inlifecycle-operator
andmetrics-operator
. The problem is that this check is not disabled whenkeptn-cert-manager
is not enabled and installed as part of Keptn. For more information see the research results described here.DoD
keptn-certs
Secret check whencertManager.enabled
helm value is set tofalse
inlifecycle-operator
keptn-certs
Secret check whencertManager.enabled
helm value is set tofalse
inmetrics-operator
Notes
⚠️ This ticket should be merged into the
epic/cert-manager-io
feature branch!