Using name overrides do not get used #874
mlindeman30
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi All, iam using the keycloakx helm chart and it is working great. I wanted to redeploy it because there were some updates on the chart and other things in my cluster. I saw that it wanted recreate all the keycloak configurations. So i took a look at what properties i could use to remedy this and i found the following two
nameOverrideandfullnameOverride. I first tried thenameOverridebut to no avail so i tried thefullnameOverridethis also did not give me the results i wanted.After both these tests i tried to change the replica's to 5. However this also stays at 1 if i template the values file to a helm deployment.
This is part of my yaml.gotmpl for helm file:
This is part of the values.yaml that is created after helmfile is run:
As you can see all my chages are in there.
However when i look in the statefull set that is created when running helm template I get this:
The places where I expected the fullnameOverride should have been used is still set to qdp-keycloakx instead of the values provided in the values file.
If this is the wrong place i can change it but, can anyone tell me what i did wrong?
Beta Was this translation helpful? Give feedback.
All reactions