mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
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:
committed by
k8s-ci-robot
parent
c246e96b07
commit
29a6f1acfd
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user