Replies: 1 comment
-
So I was able to do this with kustomize and instead of defining the values on the backed just define them as env var:
Not a true answer though as its more of a workaround. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
So when you use kustomize the secrets get appended a small hash value so you have to reference them like so:
Everytime the secret value changes the hash changes which is annoying. Any way to just use minio-credentials without the hash value and make it work? Normally kustomize will replace it with the proper value when you use it like so:
However that does not seem to happen with the k8up config, iam assuming here because its non standard kubernetes config for secrets.
Beta Was this translation helpful? Give feedback.
All reactions