@@ -145,7 +145,6 @@ Common labels
145
145
*/} }
146
146
{ {- define " chainloop.controlplane.labels" -} }
147
147
{ {- include " common.labels.standard" ( dict " customLabels" .Values.commonLabels " context" .) } }
148
- app.kubernetes.io/part-of: chainloop
149
148
app.kubernetes.io/component: controlplane
150
149
{ {- end } }
151
150
@@ -155,7 +154,6 @@ app.kubernetes.io/component: controlplane
155
154
{ {- define " chainloop.controlplane.selectorLabels" -} }
156
155
{ {- $podLabels := include " common.tplvalues.merge" (dict " values" (list .Values.controlplane.podLabels .Values.commonLabels) " context" .) } }
157
156
{ {- include " common.labels.matchLabels" ( dict " customLabels" $podLabels " context" . ) } }
158
- app.kubernetes.io/part-of: chainloop
159
157
app.kubernetes.io/component: controlplane
160
158
{ {- end } }
161
159
@@ -168,7 +166,6 @@ Migration labels
168
166
*/} }
169
167
{ {- define " chainloop.controlplane.migration.labels" -} }
170
168
{ {- include " common.labels.standard" . } }
171
- app.kubernetes.io/part-of: chainloop
172
169
app.kubernetes.io/component: controlplane-migration
173
170
{ {- end } }
174
171
@@ -359,7 +356,6 @@ Common labels
359
356
*/} }
360
357
{ {- define " chainloop.cas.labels" -} }
361
358
{ {- include " common.labels.standard" ( dict " customLabels" .Values.commonLabels " context" .) } }
362
- app.kubernetes.io/part-of: chainloop
363
359
app.kubernetes.io/component: cas
364
360
{ {- end } }
365
361
@@ -370,7 +366,6 @@ app.kubernetes.io/component: cas
370
366
{ {- $podLabels := include " common.tplvalues.merge" (dict " values" (list .Values.cas.podLabels .Values.commonLabels) " context" .) } }
371
367
{ {- include " common.labels.matchLabels" ( dict " customLabels" $podLabels " context" . ) } }
372
368
app.kubernetes.io/component: cas
373
- app.kubernetes.io/part-of: chainloop
374
369
{ {- end } }
375
370
376
371
{ {/*
0 commit comments