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
fix(helm-chart): remove always empty name label (#203)
This commit removes the `name` label from the deployment which is currently
always empty.
Also in my case it is breaking the deployment via Argo CD by causing the
following error: "failed to set app instance tracking info on manifest: failed
to set app instance label: failed to get labels from target object apps/v1,
Kind=Deployment /chisel-operator: .metadata.labels accessor error: contains
non-string value in the map under key "name": <nil> is of the type <nil>,
expected string"
0 commit comments