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
This commit is contained in:
Jakub Gocławski
2018-02-09 13:07:51 -08:00
committed by k8s-ci-robot
parent c246e96b07
commit 29a6f1acfd
2 changed files with 1 additions and 6 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
name: gcloud-sqlproxy
version: 0.2.2
version: 0.2.3
description: Google Cloud SQL Proxy
keywords:
- google
@@ -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: