Skip to content
Snippets Groups Projects
Commit ea35a087 authored by Dominik Hebeler's avatar Dominik Hebeler
Browse files

fixed labels on backup cronjob

parent 12c8ebd7
No related branches found
No related tags found
No related merge requests found
Pipeline #7357 passed
...@@ -9,13 +9,13 @@ spec: ...@@ -9,13 +9,13 @@ spec:
creationTimestamp: null creationTimestamp: null
name: {{ include "chart.fullname" . }}-backup name: {{ include "chart.fullname" . }}-backup
labels: labels:
{{- include "chart.selectorLabels" . | nindent 8 }} {{- include "chart.labels" . | nindent 8 }}
spec: spec:
template: template:
metadata: metadata:
creationTimestamp: null creationTimestamp: null
labels: labels:
{{- include "chart.selectorLabels" . | nindent 12 }} {{- include "chart.labels" . | nindent 12 }}
spec: spec:
{{- with .Values.imagePullSecrets }} {{- with .Values.imagePullSecrets }}
imagePullSecrets: imagePullSecrets:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment