@@ -145,7 +145,6 @@ Common labels
145145*/} }
146146{ {- define " chainloop.controlplane.labels" -} }
147147{ {- include " common.labels.standard" ( dict " customLabels" .Values.commonLabels " context" .) } }
148- app.kubernetes.io/part-of: chainloop
149148app.kubernetes.io/component: controlplane
150149{ {- end } }
151150
@@ -155,7 +154,6 @@ app.kubernetes.io/component: controlplane
155154{ {- define " chainloop.controlplane.selectorLabels" -} }
156155{ {- $podLabels := include " common.tplvalues.merge" (dict " values" (list .Values.controlplane.podLabels .Values.commonLabels) " context" .) } }
157156{ {- include " common.labels.matchLabels" ( dict " customLabels" $podLabels " context" . ) } }
158- app.kubernetes.io/part-of: chainloop
159157app.kubernetes.io/component: controlplane
160158{ {- end } }
161159
@@ -168,7 +166,6 @@ Migration labels
168166*/} }
169167{ {- define " chainloop.controlplane.migration.labels" -} }
170168{ {- include " common.labels.standard" . } }
171- app.kubernetes.io/part-of: chainloop
172169app.kubernetes.io/component: controlplane-migration
173170{ {- end } }
174171
@@ -359,7 +356,6 @@ Common labels
359356*/} }
360357{ {- define " chainloop.cas.labels" -} }
361358{ {- include " common.labels.standard" ( dict " customLabels" .Values.commonLabels " context" .) } }
362- app.kubernetes.io/part-of: chainloop
363359app.kubernetes.io/component: cas
364360{ {- end } }
365361
@@ -370,7 +366,6 @@ app.kubernetes.io/component: cas
370366{ {- $podLabels := include " common.tplvalues.merge" (dict " values" (list .Values.cas.podLabels .Values.commonLabels) " context" .) } }
371367{ {- include " common.labels.matchLabels" ( dict " customLabels" $podLabels " context" . ) } }
372368app.kubernetes.io/component: cas
373- app.kubernetes.io/part-of: chainloop
374369{ {- end } }
375370
376371{ {/*
0 commit comments