Skip to content

Commit

Permalink
fix: cronjob templates (#142)
Browse files Browse the repository at this point in the history
  • Loading branch information
shreddedbacon authored Nov 10, 2022
1 parent 5b79cc4 commit e11ac3e
Show file tree
Hide file tree
Showing 26 changed files with 77 additions and 77 deletions.
6 changes: 3 additions & 3 deletions legacy/helmcharts/basic-persistent/templates/cronjob.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,15 +75,15 @@ spec:
restartPolicy: Never
{{- with $.Values.cronjobNodeSelector }}
nodeSelector:
{{- toYaml $ | nindent 12 }}
{{- toYaml . | nindent 12 }}
{{- end }}
{{- with $.Values.cronjobAffinity }}
affinity:
{{- toYaml $ | nindent 12 }}
{{- toYaml . | nindent 12 }}
{{- end }}
{{- with $.Values.cronjobTolerations }}
tolerations:
{{- toYaml $ | nindent 12 }}
{{- toYaml . | nindent 12 }}
{{- end }}
dnsConfig:
options:
Expand Down
6 changes: 3 additions & 3 deletions legacy/helmcharts/basic/templates/cronjob.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,15 +68,15 @@ spec:
restartPolicy: Never
{{- with $.Values.cronjobNodeSelector }}
nodeSelector:
{{- toYaml $ | nindent 12 }}
{{- toYaml . | nindent 12 }}
{{- end }}
{{- with $.Values.cronjobAffinity }}
affinity:
{{- toYaml $ | nindent 12 }}
{{- toYaml . | nindent 12 }}
{{- end }}
{{- with $.Values.cronjobTolerations }}
tolerations:
{{- toYaml $ | nindent 12 }}
{{- toYaml . | nindent 12 }}
{{- end }}
dnsConfig:
options:
Expand Down
6 changes: 3 additions & 3 deletions legacy/helmcharts/cli-persistent/templates/cronjob.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,15 +82,15 @@ spec:
restartPolicy: Never
{{- with $.Values.cronjobNodeSelector }}
nodeSelector:
{{- toYaml $ | nindent 12 }}
{{- toYaml . | nindent 12 }}
{{- end }}
{{- with $.Values.cronjobAffinity }}
affinity:
{{- toYaml $ | nindent 12 }}
{{- toYaml . | nindent 12 }}
{{- end }}
{{- with $.Values.cronjobTolerations }}
tolerations:
{{- toYaml $ | nindent 12 }}
{{- toYaml . | nindent 12 }}
{{- end }}
dnsConfig:
options:
Expand Down
6 changes: 3 additions & 3 deletions legacy/helmcharts/cli/templates/cronjob.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,15 +77,15 @@ spec:
restartPolicy: Never
{{- with $.Values.cronjobNodeSelector }}
nodeSelector:
{{- toYaml $ | nindent 12 }}
{{- toYaml . | nindent 12 }}
{{- end }}
{{- with $.Values.cronjobAffinity }}
affinity:
{{- toYaml $ | nindent 12 }}
{{- toYaml . | nindent 12 }}
{{- end }}
{{- with $.Values.cronjobTolerations }}
tolerations:
{{- toYaml $ | nindent 12 }}
{{- toYaml . | nindent 12 }}
{{- end }}
dnsConfig:
options:
Expand Down
6 changes: 3 additions & 3 deletions legacy/helmcharts/elasticsearch/templates/cronjob.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,15 +68,15 @@ spec:
restartPolicy: Never
{{- with $.Values.cronjobNodeSelector }}
nodeSelector:
{{- toYaml $ | nindent 12 }}
{{- toYaml . | nindent 12 }}
{{- end }}
{{- with $.Values.cronjobAffinity }}
affinity:
{{- toYaml $ | nindent 12 }}
{{- toYaml . | nindent 12 }}
{{- end }}
{{- with $.Values.cronjobTolerations }}
tolerations:
{{- toYaml $ | nindent 12 }}
{{- toYaml . | nindent 12 }}
{{- end }}
dnsConfig:
options:
Expand Down
4 changes: 2 additions & 2 deletions legacy/helmcharts/kibana/templates/cronjob.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,11 +77,11 @@ spec:
restartPolicy: Never
{{- with $.Values.cronjobNodeSelector }}
nodeSelector:
{{- toYaml $ | nindent 12 }}
{{- toYaml . | nindent 12 }}
{{- end }}
{{- with $.Values.cronjobAffinity }}
affinity:
{{- toYaml $ | nindent 12 }}
{{- toYaml . | nindent 12 }}
{{- end }}
tolerations:
- effect: NoSchedule
Expand Down
6 changes: 3 additions & 3 deletions legacy/helmcharts/logstash/templates/cronjob.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,15 +68,15 @@ spec:
restartPolicy: Never
{{- with $.Values.cronjobNodeSelector }}
nodeSelector:
{{- toYaml $ | nindent 12 }}
{{- toYaml . | nindent 12 }}
{{- end }}
{{- with $.Values.cronjobAffinity }}
affinity:
{{- toYaml $ | nindent 12 }}
{{- toYaml . | nindent 12 }}
{{- end }}
{{- with $.Values.cronjobTolerations }}
tolerations:
{{- toYaml $ | nindent 12 }}
{{- toYaml . | nindent 12 }}
{{- end }}
dnsConfig:
options:
Expand Down
6 changes: 3 additions & 3 deletions legacy/helmcharts/mariadb-single/templates/cronjob.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,15 +75,15 @@ spec:
restartPolicy: Never
{{- with $.Values.cronjobNodeSelector }}
nodeSelector:
{{- toYaml $ | nindent 12 }}
{{- toYaml . | nindent 12 }}
{{- end }}
{{- with $.Values.cronjobAffinity }}
affinity:
{{- toYaml $ | nindent 12 }}
{{- toYaml . | nindent 12 }}
{{- end }}
{{- with $.Values.cronjobTolerations }}
tolerations:
{{- toYaml $ | nindent 12 }}
{{- toYaml . | nindent 12 }}
{{- end }}
dnsConfig:
options:
Expand Down
6 changes: 3 additions & 3 deletions legacy/helmcharts/mongodb-single/templates/cronjob.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,15 +75,15 @@ spec:
restartPolicy: Never
{{- with $.Values.cronjobNodeSelector }}
nodeSelector:
{{- toYaml $ | nindent 12 }}
{{- toYaml . | nindent 12 }}
{{- end }}
{{- with $.Values.cronjobAffinity }}
affinity:
{{- toYaml $ | nindent 12 }}
{{- toYaml . | nindent 12 }}
{{- end }}
{{- with $.Values.cronjobTolerations }}
tolerations:
{{- toYaml $ | nindent 12 }}
{{- toYaml . | nindent 12 }}
{{- end }}
dnsConfig:
options:
Expand Down
6 changes: 3 additions & 3 deletions legacy/helmcharts/nginx-php-persistent/templates/cronjob.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,15 +82,15 @@ spec:
restartPolicy: Never
{{- with $.Values.cronjobNodeSelector }}
nodeSelector:
{{- toYaml $ | nindent 12 }}
{{- toYaml . | nindent 12 }}
{{- end }}
{{- with $.Values.cronjobAffinity }}
affinity:
{{- toYaml $ | nindent 12 }}
{{- toYaml . | nindent 12 }}
{{- end }}
{{- with $.Values.cronjobTolerations }}
tolerations:
{{- toYaml $ | nindent 12 }}
{{- toYaml . | nindent 12 }}
{{- end }}
dnsConfig:
options:
Expand Down
6 changes: 3 additions & 3 deletions legacy/helmcharts/nginx-php/templates/cronjob.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,15 +77,15 @@ spec:
restartPolicy: Never
{{- with $.Values.cronjobNodeSelector }}
nodeSelector:
{{- toYaml $ | nindent 12 }}
{{- toYaml . | nindent 12 }}
{{- end }}
{{- with $.Values.cronjobAffinity }}
affinity:
{{- toYaml $ | nindent 12 }}
{{- toYaml . | nindent 12 }}
{{- end }}
{{- with $.Values.cronjobTolerations }}
tolerations:
{{- toYaml $ | nindent 12 }}
{{- toYaml . | nindent 12 }}
{{- end }}
dnsConfig:
options:
Expand Down
6 changes: 3 additions & 3 deletions legacy/helmcharts/nginx/templates/cronjob.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,15 +77,15 @@ spec:
restartPolicy: Never
{{- with $.Values.cronjobNodeSelector }}
nodeSelector:
{{- toYaml $ | nindent 12 }}
{{- toYaml . | nindent 12 }}
{{- end }}
{{- with $.Values.cronjobAffinity }}
affinity:
{{- toYaml $ | nindent 12 }}
{{- toYaml . | nindent 12 }}
{{- end }}
{{- with $.Values.cronjobTolerations }}
tolerations:
{{- toYaml $ | nindent 12 }}
{{- toYaml . | nindent 12 }}
{{- end }}
dnsConfig:
options:
Expand Down
6 changes: 3 additions & 3 deletions legacy/helmcharts/node-persistent/templates/cronjob.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,15 +82,15 @@ spec:
restartPolicy: Never
{{- with $.Values.cronjobNodeSelector }}
nodeSelector:
{{- toYaml $ | nindent 12 }}
{{- toYaml . | nindent 12 }}
{{- end }}
{{- with $.Values.cronjobAffinity }}
affinity:
{{- toYaml $ | nindent 12 }}
{{- toYaml . | nindent 12 }}
{{- end }}
{{- with $.Values.cronjobTolerations }}
tolerations:
{{- toYaml $ | nindent 12 }}
{{- toYaml . | nindent 12 }}
{{- end }}
dnsConfig:
options:
Expand Down
6 changes: 3 additions & 3 deletions legacy/helmcharts/node/templates/cronjob.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,15 +68,15 @@ spec:
restartPolicy: Never
{{- with $.Values.cronjobNodeSelector }}
nodeSelector:
{{- toYaml $ | nindent 12 }}
{{- toYaml . | nindent 12 }}
{{- end }}
{{- with $.Values.cronjobAffinity }}
affinity:
{{- toYaml $ | nindent 12 }}
{{- toYaml . | nindent 12 }}
{{- end }}
{{- with $.Values.cronjobTolerations }}
tolerations:
{{- toYaml $ | nindent 12 }}
{{- toYaml . | nindent 12 }}
{{- end }}
dnsConfig:
options:
Expand Down
6 changes: 3 additions & 3 deletions legacy/helmcharts/opensearch/templates/cronjob.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,15 +68,15 @@ spec:
restartPolicy: Never
{{- with $.Values.cronjobNodeSelector }}
nodeSelector:
{{- toYaml $ | nindent 12 }}
{{- toYaml . | nindent 12 }}
{{- end }}
{{- with $.Values.cronjobAffinity }}
affinity:
{{- toYaml $ | nindent 12 }}
{{- toYaml . | nindent 12 }}
{{- end }}
{{- with $.Values.cronjobTolerations }}
tolerations:
{{- toYaml $ | nindent 12 }}
{{- toYaml . | nindent 12 }}
{{- end }}
dnsConfig:
options:
Expand Down
6 changes: 3 additions & 3 deletions legacy/helmcharts/postgres-single/templates/cronjob.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,15 +75,15 @@ spec:
restartPolicy: Never
{{- with $.Values.cronjobNodeSelector }}
nodeSelector:
{{- toYaml $ | nindent 12 }}
{{- toYaml . | nindent 12 }}
{{- end }}
{{- with $.Values.cronjobAffinity }}
affinity:
{{- toYaml $ | nindent 12 }}
{{- toYaml . | nindent 12 }}
{{- end }}
{{- with $.Values.cronjobTolerations }}
tolerations:
{{- toYaml $ | nindent 12 }}
{{- toYaml . | nindent 12 }}
{{- end }}
dnsConfig:
options:
Expand Down
6 changes: 3 additions & 3 deletions legacy/helmcharts/python-persistent/templates/cronjob.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,15 +82,15 @@ spec:
restartPolicy: Never
{{- with $.Values.cronjobNodeSelector }}
nodeSelector:
{{- toYaml $ | nindent 12 }}
{{- toYaml . | nindent 12 }}
{{- end }}
{{- with $.Values.cronjobAffinity }}
affinity:
{{- toYaml $ | nindent 12 }}
{{- toYaml . | nindent 12 }}
{{- end }}
{{- with $.Values.cronjobTolerations }}
tolerations:
{{- toYaml $ | nindent 12 }}
{{- toYaml . | nindent 12 }}
{{- end }}
dnsConfig:
options:
Expand Down
6 changes: 3 additions & 3 deletions legacy/helmcharts/python/templates/cronjob.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,15 +69,15 @@ spec:
restartPolicy: Never
{{- with $.Values.cronjobNodeSelector }}
nodeSelector:
{{- toYaml $ | nindent 12 }}
{{- toYaml . | nindent 12 }}
{{- end }}
{{- with $.Values.cronjobAffinity }}
affinity:
{{- toYaml $ | nindent 12 }}
{{- toYaml . | nindent 12 }}
{{- end }}
{{- with $.Values.cronjobTolerations }}
tolerations:
{{- toYaml $ | nindent 12 }}
{{- toYaml . | nindent 12 }}
{{- end }}
dnsConfig:
options:
Expand Down
6 changes: 3 additions & 3 deletions legacy/helmcharts/rabbitmq/templates/cronjob.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,15 +68,15 @@ spec:
restartPolicy: Never
{{- with $.Values.cronjobNodeSelector }}
nodeSelector:
{{- toYaml $ | nindent 12 }}
{{- toYaml . | nindent 12 }}
{{- end }}
{{- with $.Values.cronjobAffinity }}
affinity:
{{- toYaml $ | nindent 12 }}
{{- toYaml . | nindent 12 }}
{{- end }}
{{- with $.Values.cronjobTolerations }}
tolerations:
{{- toYaml $ | nindent 12 }}
{{- toYaml . | nindent 12 }}
{{- end }}
dnsConfig:
options:
Expand Down
6 changes: 3 additions & 3 deletions legacy/helmcharts/redis-persistent/templates/cronjob.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,15 +75,15 @@ spec:
restartPolicy: Never
{{- with $.Values.cronjobNodeSelector }}
nodeSelector:
{{- toYaml $ | nindent 12 }}
{{- toYaml . | nindent 12 }}
{{- end }}
{{- with $.Values.cronjobAffinity }}
affinity:
{{- toYaml $ | nindent 12 }}
{{- toYaml . | nindent 12 }}
{{- end }}
{{- with $.Values.cronjobTolerations }}
tolerations:
{{- toYaml $ | nindent 12 }}
{{- toYaml . | nindent 12 }}
{{- end }}
dnsConfig:
options:
Expand Down
6 changes: 3 additions & 3 deletions legacy/helmcharts/redis/templates/cronjob.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,15 +68,15 @@ spec:
restartPolicy: Never
{{- with $.Values.cronjobNodeSelector }}
nodeSelector:
{{- toYaml $ | nindent 12 }}
{{- toYaml . | nindent 12 }}
{{- end }}
{{- with $.Values.cronjobAffinity }}
affinity:
{{- toYaml $ | nindent 12 }}
{{- toYaml . | nindent 12 }}
{{- end }}
{{- with $.Values.cronjobTolerations }}
tolerations:
{{- toYaml $ | nindent 12 }}
{{- toYaml . | nindent 12 }}
{{- end }}
dnsConfig:
options:
Expand Down
Loading

0 comments on commit e11ac3e

Please sign in to comment.