clank-postgres/postgres-operator-examples-main/helm/postgres/templates/_gcs.tpl
2023-04-06 02:21:56 +02:00

8 lines
209 B
Smarty

{{/* Allow for GCS secret information to be stored in a Secret */}}
{{- define "postgres.gcs" }}
[global]
{{- if .gcs }}
repo{{ add .index 1 }}-gcs-key=/etc/pgbackrest/conf.d/gcs-key.json
{{- end }}
{{ end }}