This commit is contained in:
artem.drozdov
2024-08-16 16:25:18 +03:00
parent b6fa3a0372
commit ad776209f4
9 changed files with 76 additions and 192 deletions

View File

@@ -1,14 +0,0 @@
apiVersion: v1
kind: Secret
metadata:
name: yonote-secrets
labels:
{{- include "common.labels.standard" $ | nindent 4 }}
type: Opaque
{{- with .Values.global.yonote.config.secret.data }}
data:
{{- toYaml . | nindent 2 }}
{{- end }}
{{- with .Values.global.yonote.config.secret.stringData }}
stringData: {{- include "common.tplvalues.render" (dict "value" . "context" $) | nindent 2 }}
{{- end }}