feat(infrastructure): add backups

This commit is contained in:
2025-10-12 20:14:48 +02:00
parent 4ea6876b74
commit bf213234b1
8 changed files with 149 additions and 6 deletions

View File

@@ -0,0 +1,11 @@
{{- if .Values.s3.enabled }}
apiVersion: v1
kind: Secret
metadata:
name: s3-credentials
namespace: mariadb-operator
type: Opaque
stringData:
key_id: "{{ .Values.s3.key_id }}"
secret_key: "{{ .Values.s3.key_secret }}"
{{- end }}