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
{{ message }}
This repository has been archived by the owner on Oct 22, 2021. It is now read-only.
The issue
While investigating the
rotate-cc-database-key
errand on kubecf (cloudfoundry-incubator/kubecf#203), I ended up creating a mechanism to add new variables: https://github.com/SUSE/kubecf/blob/44c9f5d280937682dde9c50d995662abe9a7f9dd/deploy/helm/kubecf/assets/operations/instance_groups/api.yaml#L46-L66.The end result was:
WIP: https://github.com/SUSE/kubecf/tree/f0rmiga/rotate-cc-database-key
I can see that the new variable was added to the
with-ops
manifest, but cf-operator didn't create a new secret for that.Expected behaviour
I expected that the variable would be created, and the
((encryption_key_1))
would be rendered to its value.The text was updated successfully, but these errors were encountered: