leland knight
leland knight
Running into this today again, this time it was a bitnami helm chart which I submitted a pull request for, I pulled the helm chart and my fix was missing....
Submitted a feature request https://github.com/argoproj/argo-cd/issues/18000
I was able to get this to work with the following: (using a secret w/ key 'ca.crt' which has the base64 encoded certificate) ``` external-secrets: extraVolumeMounts: - mountPath: "/etc/ssl/certs" name:...
I think "echo hello > /proc/$$/fd/1 &" is a workable solution. See more detail on https://github.com/johanhaleby/kubetail/issues/67 .
Perhaps a note could be added in the 'secretless' section of the documentation to indicate the scenario where it will not currently work along with the recommended technique until its...
After more study, along with automation, it's easy enough to tag everything where I want something installed. Closing as not needed, at least for my use case.
I was running 'composer' in the wrong folder. Needed to change to the folder just below the existing vendor directory in the project I was in. Closing as the project...
Experiencing this again after changing oidc client secret, submitting new issue in case my situation might be slightly different even though the error message is the same: https://github.com/goharbor/harbor/issues/16558 Hopefully can...
I have found it common that a cm and secret are both too small to store the needed certs plus additional certs requiring a pvc to be needed instead. If...
I have found it common that a cm and secret are both too small to store the needed certs plus additional certs requiring a pvc to be needed instead. If...