From 29a6f1acfd764579b59a88019c11dbc12a89fd6d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Goc=C5=82awski?= Date: Fri, 9 Feb 2018 22:07:51 +0100 Subject: [PATCH] Fix certificate error. (#3537) This volume is no longer needed since 1.09 and actually causes errors: https://github.com/GoogleCloudPlatform/cloudsql-proxy/issues/78 --- stable/gcloud-sqlproxy/Chart.yaml | 2 +- stable/gcloud-sqlproxy/templates/deployment.yaml | 5 ----- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/stable/gcloud-sqlproxy/Chart.yaml b/stable/gcloud-sqlproxy/Chart.yaml index d393363eb0..d274cbf5b8 100644 --- a/stable/gcloud-sqlproxy/Chart.yaml +++ b/stable/gcloud-sqlproxy/Chart.yaml @@ -1,5 +1,5 @@ name: gcloud-sqlproxy -version: 0.2.2 +version: 0.2.3 description: Google Cloud SQL Proxy keywords: - google diff --git a/stable/gcloud-sqlproxy/templates/deployment.yaml b/stable/gcloud-sqlproxy/templates/deployment.yaml index 9c88b63d33..72eaccb7db 100644 --- a/stable/gcloud-sqlproxy/templates/deployment.yaml +++ b/stable/gcloud-sqlproxy/templates/deployment.yaml @@ -30,17 +30,12 @@ spec: volumeMounts: - name: cloudsql-oauth-credentials mountPath: /secrets/cloudsql - - name: ssl-certs - mountPath: /etc/ssl/certs - name: cloudsql mountPath: /cloudsql volumes: - name: cloudsql-oauth-credentials secret: secretName: {{ template "gcloud-sqlproxy.fullname" . }} - - name: ssl-certs - hostPath: - path: /etc/ssl/certs - name: cloudsql emptyDir: {} nodeSelector: