-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ArgoCD and autogenerated secrets #496
Comments
We need to check what to do for ArgoCD, but I didn't use it myself cc @d7oc this may be some interesting edge case that could prevent us from using ArgoCD |
Yep this needs to be checked. |
ArgoCD uses Helm differently than just a plain The ocis chart is relying on the lookup function to generate some ConfigMaps and Secrets one time (and not alter them later on, see also #141). To skip using the auto-generation of Secrets and ConfigMaps, one needs to set the references to non empty strings: ocis-charts/charts/ocis/values.yaml Lines 544 to 614 in 9b581ed
|
Quick update I just defined all my secrets manually (using sealed secrets) and now I can update the helm values file without breaking anything. Let me know if this is expected/they way to do it with ArgoCD and if so will document this as well in the PR :)
Originally posted by @camrossi in #137 (comment)
The text was updated successfully, but these errors were encountered: