wip
This commit is contained in:
parent
b71bedb62a
commit
fb72e5f1c2
46 changed files with 3027 additions and 742 deletions
14
helm/templates/secrets.yaml
Normal file
14
helm/templates/secrets.yaml
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
{{- if .Values.secret }}
|
||||
apiVersion: v1
|
||||
kind: Secret
|
||||
metadata:
|
||||
name: {{ .Values.secret.secretName }}
|
||||
labels:
|
||||
{{- include "your-chart.labels" . | nindent 4 }}
|
||||
type: Opaque
|
||||
stringData:
|
||||
# Add your secret key-value pairs here
|
||||
{{- with .Values.secret.data }}
|
||||
{{- toYaml . | nindent 2 }}
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
Loading…
Add table
Add a link
Reference in a new issue