You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems like jx secret convert or populate in the jx3-kubernetes repo overrides all the secrets breaking existing running applications. This should be fixed asap IMO.
Workaround: For now I create external-secrets manually ask my charts to use existing secret
The text was updated successfully, but these errors were encountered:
After some luck and investigation, the issue about secrets disappearing and recreated seems to come when both local-external-secret and k8s external-secret both install the same (name)/different(content?) CRD.
All external-secrets are deleted and with them there secrets. Then install creates/apply secret creates external-secrets from them then squashes the vault I think.
IMO the squashing should never happen. Even if the secret is not present. This clearly needs some more investigation
It seems like jx secret convert or populate in the jx3-kubernetes repo overrides all the secrets breaking existing running applications. This should be fixed asap IMO.
Workaround: For now I create external-secrets manually ask my charts to use existing secret
The text was updated successfully, but these errors were encountered: