Replies: 1 comment
-
I didn't receive any negative feedback on this (only upvotes), so I created issue fluxcd/helm-controller#794 |
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
-
I'd like to use Kustomize labels to set k8s labels across all objects in a Helm release.
According to the docs,
HelmRelease.spec.postRenderers.kustomize
doesn't expose thislabels
property.For example, I want to set the labels
foo: foo1
andbar: bar1
on all Helm objects. If I could use the Kustomizelabels
property, I could do the following:Otherwise, I would need to perform some kind of patch, which is harder and has some tricky edge cases. Example:
Beta Was this translation helpful? Give feedback.
All reactions