diff --git a/manifests/pipecd/templates/deployment.yaml b/manifests/pipecd/templates/deployment.yaml index 32606b416b..7e5aab1028 100644 --- a/manifests/pipecd/templates/deployment.yaml +++ b/manifests/pipecd/templates/deployment.yaml @@ -85,7 +85,7 @@ spec: app.kubernetes.io/component: server spec: containers: -{{- if .Value.cloudSQLProxy.enabled }} +{{- if .Values.cloudSQLProxy.enabled }} - name: cloud-sql-proxy image: "gcr.io/cloudsql-docker/gce-proxy:{{ .Values.cloudSQLProxy.version }}" command: @@ -228,7 +228,7 @@ spec: app.kubernetes.io/component: ops spec: containers: -{{- if .Value.cloudSQLProxy.enabled }} +{{- if .Values.cloudSQLProxy.enabled }} - name: cloud-sql-proxy image: "gcr.io/cloudsql-docker/gce-proxy:{{ .Values.cloudSQLProxy.version }}" command: