diff --git a/legacy/helmcharts/basic-persistent/templates/cronjob.yaml b/legacy/helmcharts/basic-persistent/templates/cronjob.yaml index 81cfbaf2..4cebd810 100644 --- a/legacy/helmcharts/basic-persistent/templates/cronjob.yaml +++ b/legacy/helmcharts/basic-persistent/templates/cronjob.yaml @@ -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: diff --git a/legacy/helmcharts/basic/templates/cronjob.yaml b/legacy/helmcharts/basic/templates/cronjob.yaml index 67b11d4c..5e900548 100644 --- a/legacy/helmcharts/basic/templates/cronjob.yaml +++ b/legacy/helmcharts/basic/templates/cronjob.yaml @@ -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: diff --git a/legacy/helmcharts/cli-persistent/templates/cronjob.yaml b/legacy/helmcharts/cli-persistent/templates/cronjob.yaml index cb95fc18..f924891d 100644 --- a/legacy/helmcharts/cli-persistent/templates/cronjob.yaml +++ b/legacy/helmcharts/cli-persistent/templates/cronjob.yaml @@ -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: diff --git a/legacy/helmcharts/cli/templates/cronjob.yaml b/legacy/helmcharts/cli/templates/cronjob.yaml index 4c4a7f93..02587596 100644 --- a/legacy/helmcharts/cli/templates/cronjob.yaml +++ b/legacy/helmcharts/cli/templates/cronjob.yaml @@ -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: diff --git a/legacy/helmcharts/elasticsearch/templates/cronjob.yaml b/legacy/helmcharts/elasticsearch/templates/cronjob.yaml index 14af8a62..1456d61d 100644 --- a/legacy/helmcharts/elasticsearch/templates/cronjob.yaml +++ b/legacy/helmcharts/elasticsearch/templates/cronjob.yaml @@ -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: diff --git a/legacy/helmcharts/kibana/templates/cronjob.yaml b/legacy/helmcharts/kibana/templates/cronjob.yaml index fc58c7e3..62ad7617 100644 --- a/legacy/helmcharts/kibana/templates/cronjob.yaml +++ b/legacy/helmcharts/kibana/templates/cronjob.yaml @@ -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 diff --git a/legacy/helmcharts/logstash/templates/cronjob.yaml b/legacy/helmcharts/logstash/templates/cronjob.yaml index 14865bf8..08810382 100644 --- a/legacy/helmcharts/logstash/templates/cronjob.yaml +++ b/legacy/helmcharts/logstash/templates/cronjob.yaml @@ -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: diff --git a/legacy/helmcharts/mariadb-single/templates/cronjob.yaml b/legacy/helmcharts/mariadb-single/templates/cronjob.yaml index 2b0c65e9..00eff4a3 100644 --- a/legacy/helmcharts/mariadb-single/templates/cronjob.yaml +++ b/legacy/helmcharts/mariadb-single/templates/cronjob.yaml @@ -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: diff --git a/legacy/helmcharts/mongodb-single/templates/cronjob.yaml b/legacy/helmcharts/mongodb-single/templates/cronjob.yaml index 03880943..5cd0e6d4 100644 --- a/legacy/helmcharts/mongodb-single/templates/cronjob.yaml +++ b/legacy/helmcharts/mongodb-single/templates/cronjob.yaml @@ -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: diff --git a/legacy/helmcharts/nginx-php-persistent/templates/cronjob.yaml b/legacy/helmcharts/nginx-php-persistent/templates/cronjob.yaml index a75463ae..951087fe 100644 --- a/legacy/helmcharts/nginx-php-persistent/templates/cronjob.yaml +++ b/legacy/helmcharts/nginx-php-persistent/templates/cronjob.yaml @@ -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: diff --git a/legacy/helmcharts/nginx-php/templates/cronjob.yaml b/legacy/helmcharts/nginx-php/templates/cronjob.yaml index 043bf434..a78cf00a 100644 --- a/legacy/helmcharts/nginx-php/templates/cronjob.yaml +++ b/legacy/helmcharts/nginx-php/templates/cronjob.yaml @@ -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: diff --git a/legacy/helmcharts/nginx/templates/cronjob.yaml b/legacy/helmcharts/nginx/templates/cronjob.yaml index c9d93a29..ebe87149 100644 --- a/legacy/helmcharts/nginx/templates/cronjob.yaml +++ b/legacy/helmcharts/nginx/templates/cronjob.yaml @@ -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: diff --git a/legacy/helmcharts/node-persistent/templates/cronjob.yaml b/legacy/helmcharts/node-persistent/templates/cronjob.yaml index d207ac31..aa132b39 100644 --- a/legacy/helmcharts/node-persistent/templates/cronjob.yaml +++ b/legacy/helmcharts/node-persistent/templates/cronjob.yaml @@ -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: diff --git a/legacy/helmcharts/node/templates/cronjob.yaml b/legacy/helmcharts/node/templates/cronjob.yaml index 170b0347..5f1b7dac 100644 --- a/legacy/helmcharts/node/templates/cronjob.yaml +++ b/legacy/helmcharts/node/templates/cronjob.yaml @@ -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: diff --git a/legacy/helmcharts/opensearch/templates/cronjob.yaml b/legacy/helmcharts/opensearch/templates/cronjob.yaml index 67baf65f..bc2bdbc7 100644 --- a/legacy/helmcharts/opensearch/templates/cronjob.yaml +++ b/legacy/helmcharts/opensearch/templates/cronjob.yaml @@ -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: diff --git a/legacy/helmcharts/postgres-single/templates/cronjob.yaml b/legacy/helmcharts/postgres-single/templates/cronjob.yaml index 1a5243fb..6fad3768 100644 --- a/legacy/helmcharts/postgres-single/templates/cronjob.yaml +++ b/legacy/helmcharts/postgres-single/templates/cronjob.yaml @@ -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: diff --git a/legacy/helmcharts/python-persistent/templates/cronjob.yaml b/legacy/helmcharts/python-persistent/templates/cronjob.yaml index 827b173b..f45194a1 100644 --- a/legacy/helmcharts/python-persistent/templates/cronjob.yaml +++ b/legacy/helmcharts/python-persistent/templates/cronjob.yaml @@ -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: diff --git a/legacy/helmcharts/python/templates/cronjob.yaml b/legacy/helmcharts/python/templates/cronjob.yaml index f7814a5f..eef33127 100644 --- a/legacy/helmcharts/python/templates/cronjob.yaml +++ b/legacy/helmcharts/python/templates/cronjob.yaml @@ -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: diff --git a/legacy/helmcharts/rabbitmq/templates/cronjob.yaml b/legacy/helmcharts/rabbitmq/templates/cronjob.yaml index d0c80510..7b7eb602 100644 --- a/legacy/helmcharts/rabbitmq/templates/cronjob.yaml +++ b/legacy/helmcharts/rabbitmq/templates/cronjob.yaml @@ -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: diff --git a/legacy/helmcharts/redis-persistent/templates/cronjob.yaml b/legacy/helmcharts/redis-persistent/templates/cronjob.yaml index 981a76ae..7a779abd 100644 --- a/legacy/helmcharts/redis-persistent/templates/cronjob.yaml +++ b/legacy/helmcharts/redis-persistent/templates/cronjob.yaml @@ -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: diff --git a/legacy/helmcharts/redis/templates/cronjob.yaml b/legacy/helmcharts/redis/templates/cronjob.yaml index 896414d1..20c392c6 100644 --- a/legacy/helmcharts/redis/templates/cronjob.yaml +++ b/legacy/helmcharts/redis/templates/cronjob.yaml @@ -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: diff --git a/legacy/helmcharts/solr/templates/cronjob.yaml b/legacy/helmcharts/solr/templates/cronjob.yaml index 92cdea37..d2e808d0 100644 --- a/legacy/helmcharts/solr/templates/cronjob.yaml +++ b/legacy/helmcharts/solr/templates/cronjob.yaml @@ -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: diff --git a/legacy/helmcharts/varnish-persistent/templates/cronjob.yaml b/legacy/helmcharts/varnish-persistent/templates/cronjob.yaml index 2e28644f..586c25af 100644 --- a/legacy/helmcharts/varnish-persistent/templates/cronjob.yaml +++ b/legacy/helmcharts/varnish-persistent/templates/cronjob.yaml @@ -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: diff --git a/legacy/helmcharts/varnish/templates/cronjob.yaml b/legacy/helmcharts/varnish/templates/cronjob.yaml index 557688e2..4de207cb 100644 --- a/legacy/helmcharts/varnish/templates/cronjob.yaml +++ b/legacy/helmcharts/varnish/templates/cronjob.yaml @@ -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: diff --git a/legacy/helmcharts/worker-persistent/templates/cronjob.yaml b/legacy/helmcharts/worker-persistent/templates/cronjob.yaml index f7957144..8c55b46f 100644 --- a/legacy/helmcharts/worker-persistent/templates/cronjob.yaml +++ b/legacy/helmcharts/worker-persistent/templates/cronjob.yaml @@ -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: diff --git a/legacy/helmcharts/worker/templates/cronjob.yaml b/legacy/helmcharts/worker/templates/cronjob.yaml index ff75143a..74733188 100644 --- a/legacy/helmcharts/worker/templates/cronjob.yaml +++ b/legacy/helmcharts/worker/templates/cronjob.yaml @@ -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: