Make it easier to overwrite traefik values #1418
Closed
schlichtanders
started this conversation in
Ideas
Replies: 1 comment
-
Hum, as a rule of thumb, the best way is to pull the helm related crd values from the cluster. kubectl get crds | grep helm Pull each of those, especially the helm config, and then you get the right values to change. There's no other practical way to do it, but it's really just a few commands to run, especially with AI now, with something like claude code, it's done in 2 minutes. |
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
Uh oh!
There was an error while loading. Please reload this page.
-
currently one has to be super careful to really take all the traefik value hetzner provides by default into ones own traefik_values variable.
It would be awesome if these could be merged more granulary so that for instance adding some tolerations does no look like a technical rabbit hole.
Beta Was this translation helpful? Give feedback.
All reactions