the middle of the idiots
This commit is contained in:
9
qwen/hack/helm/moh-app/templates/secrets.yaml
Normal file
9
qwen/hack/helm/moh-app/templates/secrets.yaml
Normal file
@@ -0,0 +1,9 @@
|
||||
apiVersion: v1
|
||||
kind: Secret
|
||||
metadata:
|
||||
name: {{ include "moh-app.fullname" . }}-secrets
|
||||
type: Opaque
|
||||
data:
|
||||
{{- range $key, $value := .Values.secrets }}
|
||||
{{ $key }}: {{ $value | quote }}
|
||||
{{- end }}
|
||||
Reference in New Issue
Block a user