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
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 this labels property.
For example, I want to set the labels foo: foo1 and bar: bar1 on all Helm objects. If I could use the Kustomize labels property, I could do the following:
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:
Originally posted by @merusso in fluxcd/flux2#3687
The text was updated successfully, but these errors were encountered: