mirror of
https://github.com/enix/x509-certificate-exporter.git
synced 2026-08-23 22:16:39 +00:00
fix(x509-certificate-exporter): selectorLabels instead labels on Pods
This commit is contained in:
committed by
Arthur Chaloin
parent
d9b734bc14
commit
a5e01f4cdc
@@ -21,7 +21,7 @@ spec:
|
||||
template:
|
||||
metadata:
|
||||
labels:
|
||||
{{- include "x509-certificate-exporter.selectorLabels" $ | nindent 8 }}
|
||||
{{- include "x509-certificate-exporter.labels" $ | nindent 8 }}
|
||||
{{- with $.Values.podExtraLabels }}
|
||||
{{- . | toYaml | trim | nindent 8 }}
|
||||
{{- end }}
|
||||
|
||||
@@ -22,7 +22,7 @@ spec:
|
||||
template:
|
||||
metadata:
|
||||
labels:
|
||||
{{- include "x509-certificate-exporter.selectorLabels" . | nindent 8 }}
|
||||
{{- include "x509-certificate-exporter.labels" . | nindent 8 }}
|
||||
{{- with .Values.podExtraLabels }}
|
||||
{{- . | toYaml | trim | nindent 8 }}
|
||||
{{- end }}
|
||||
|
||||
Reference in New Issue
Block a user