Interlegis Public Rancher Charts for Kubernetes
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
415 B

{{- if and .Values.postgresql.enabled .Values.postgresql.backup.enabled }}
apiVersion: v1
kind: Secret
metadata:
name: {{ .Values.postgresql.backup.s3.secretName }}
labels:
{{- include "caduser.labels" . | nindent 4 }}
type: Opaque
stringData:
ACCESS_KEY_ID: {{ .Values.postgresql.backup.s3.accessKeyId | quote }}
ACCESS_SECRET_KEY: {{ .Values.postgresql.backup.s3.secretAccessKey | quote }}
{{- end }}