mirror of
https://github.com/dat515-2025/Group-8.git
synced 2026-03-22 06:57:47 +01:00
11 lines
235 B
YAML
11 lines
235 B
YAML
{{- 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 }} |