File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed
deploy/charts/x509-certificate-exporter/templates Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -11,10 +11,12 @@ metadata:
1111 namespace : {{ include "x509-certificate-exporter.namespace" $ }}
1212 labels :
1313 {{- include "x509-certificate-exporter.labels" $ | nindent 4 }}
14+ app.kubernetes.io/component : {{ $dsName }}
1415spec :
1516 selector :
1617 matchLabels :
1718 {{- include "x509-certificate-exporter.selectorLabels" $ | nindent 6 }}
19+ app.kubernetes.io/component : {{ $dsName }}
1820 {{- with default $.Values.hostPathsExporter.updateStrategy $dsDef.updateStrategy }}
1921 updateStrategy :
2022 {{- . | toYaml | trim | nindent 4 }}
2325 metadata :
2426 labels :
2527 {{- include "x509-certificate-exporter.labels" $ | nindent 8 }}
28+ app.kubernetes.io/component : {{ $dsName }}
2629 {{- with $.Values.podExtraLabels }}
2730 {{- . | toYaml | trim | nindent 8 }}
2831 {{- end }}
Original file line number Diff line number Diff line change @@ -8,10 +8,12 @@ metadata:
88 namespace : {{ include "x509-certificate-exporter.namespace" . }}
99 labels :
1010 {{- include "x509-certificate-exporter.labels" . | nindent 4 }}
11+ app.kubernetes.io/component : exporter
1112spec :
1213 selector :
1314 matchLabels :
1415 {{- include "x509-certificate-exporter.selectorLabels" . | nindent 6 }}
16+ app.kubernetes.io/component : exporter
1517 {{- with .Values.secretsExporter.replicas }}
1618 replicas : {{ . }}
1719 {{- end }}
2325 metadata :
2426 labels :
2527 {{- include "x509-certificate-exporter.labels" . | nindent 8 }}
28+ app.kubernetes.io/component : exporter
2629 {{- with .Values.podExtraLabels }}
2730 {{- . | toYaml | trim | nindent 8 }}
2831 {{- end }}
You can’t perform that action at this time.
0 commit comments