Skip to content

Commit de9f720

Browse files
chore: update configuration name
1 parent d20dc15 commit de9f720

18 files changed

+18
-18
lines changed

manifests/bucketeer/charts/batch/templates/_helpers.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ Create chart name and version as used by the chart label.
6363
{{- end -}}
6464
{{- end -}}
6565

66-
{{- define "batch.shouldDeploy" -}}
66+
{{- define "batch.deploy" -}}
6767
{{- if not .Values.gcpMultiCluster.enabled }}
6868
{{- true }}
6969
{{- else if and .Values.gcpMultiCluster.enabled .Values.gcpMultiCluster.configCluster }}

manifests/bucketeer/charts/batch/templates/cronjob.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{{- if eq (include "batch.shouldDeploy" .) "true" }}
1+
{{- if eq (include "batch.deploy" .) "true" }}
22
{{- range $.Values.cronjob.jobs }}
33
---
44
apiVersion: batch/v1

manifests/bucketeer/charts/batch/templates/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{{- if eq (include "batch.shouldDeploy" .) "true" }}
1+
{{- if eq (include "batch.deploy" .) "true" }}
22
apiVersion: apps/v1
33
kind: Deployment
44
metadata:

manifests/bucketeer/charts/batch/templates/envoy-configmap.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{{- if eq (include "batch.shouldDeploy" .) "true" }}
1+
{{- if eq (include "batch.deploy" .) "true" }}
22
apiVersion: v1
33
kind: ConfigMap
44
metadata:

manifests/bucketeer/charts/batch/templates/hpa.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{{- if eq (include "batch.shouldDeploy" .) "true" }}
1+
{{- if eq (include "batch.deploy" .) "true" }}
22
apiVersion: autoscaling/v2
33
kind: HorizontalPodAutoscaler
44
metadata:

manifests/bucketeer/charts/batch/templates/pdb.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{{- if and (eq (include "batch.shouldDeploy" .) "true") .Values.pdb.enabled }}
1+
{{- if and (eq (include "batch.deploy" .) "true") .Values.pdb.enabled }}
22
apiVersion: policy/v1
33
kind: PodDisruptionBudget
44
metadata:

manifests/bucketeer/charts/batch/templates/service-account.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{{- if and (eq (include "batch.shouldDeploy" .) "true") .Values.serviceAccount.annotations }}
1+
{{- if and (eq (include "batch.deploy" .) "true") .Values.serviceAccount.annotations }}
22
apiVersion: v1
33
kind: ServiceAccount
44
metadata:

manifests/bucketeer/charts/batch/templates/service-cert-secret.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{{- if and (eq (include "batch.shouldDeploy" .) "true") .Values.tls.service.secret }}
1+
{{- if and (eq (include "batch.deploy" .) "true") .Values.tls.service.secret }}
22
apiVersion: v1
33
kind: Secret
44
metadata:

manifests/bucketeer/charts/batch/templates/service.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{{- if eq (include "batch.shouldDeploy" .) "true" }}
1+
{{- if eq (include "batch.deploy" .) "true" }}
22
apiVersion: v1
33
kind: Service
44
metadata:

manifests/bucketeer/charts/subscriber/templates/_helpers.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Create chart name and version as used by the chart label.
5656
{{- end -}}
5757
{{- end -}}
5858

59-
{{- define "subscriber.shouldDeploy" -}}
59+
{{- define "subscriber.deploy" -}}
6060
{{- if not .Values.gcpMultiCluster.enabled }}
6161
{{- true }}
6262
{{- else if and .Values.gcpMultiCluster.enabled .Values.gcpMultiCluster.configCluster }}

0 commit comments

Comments
 (0)