mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[stable/influxdb] Fix backups to GCS (#18274)
* [stable/influxdb] fix gcs backup destination Signed-off-by: Holger Mauermann <holger@mauermann.org> Signed-off-by: Holger Mauermann <holger.mauermann@kiwigrid.com> * [stable/influxdb] make secret key field configurable Signed-off-by: Holger Mauermann <holger@mauermann.org> Signed-off-by: Holger Mauermann <holger.mauermann@kiwigrid.com> * [stable/influxdb] bump chart version Signed-off-by: Holger Mauermann <holger@mauermann.org> Signed-off-by: Holger Mauermann <holger.mauermann@kiwigrid.com>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
aa409f8a52
commit
3cd3db9a92
@@ -1,6 +1,6 @@
|
||||
apiVersion: v1
|
||||
name: influxdb
|
||||
version: 2.0.0
|
||||
version: 2.0.1
|
||||
appVersion: 1.7.6
|
||||
description: Scalable datastore for metrics, events, and real-time analytics.
|
||||
keywords:
|
||||
|
||||
@@ -62,9 +62,9 @@ spec:
|
||||
- name: SRC_URL
|
||||
value: /backups
|
||||
- name: DST_URL
|
||||
value: {{ .Values.gcs.backup.destination}}
|
||||
value: {{ .Values.backup.gcs.destination}}
|
||||
- name: KEY_FILE
|
||||
value: /var/secrets/google/key.json
|
||||
value: /var/secrets/google/{{ .Values.backup.gcs.serviceAccountSecretKey }}
|
||||
{{- end }}
|
||||
{{- if .Values.backup.azure }}
|
||||
- name: azure-cli
|
||||
|
||||
@@ -291,9 +291,9 @@ backup:
|
||||
annotations: {}
|
||||
|
||||
## Google Cloud Storage
|
||||
## Secret is expected to have key stored in `key.json` field
|
||||
# gcs:
|
||||
# serviceAccountSecret: influxdb-backup-key
|
||||
# serviceAccountSecretKey: key.json
|
||||
# destination: gs://bucket/influxdb
|
||||
|
||||
## Azure
|
||||
|
||||
Reference in New Issue
Block a user