feat: add secret
This commit is contained in:
@@ -3,6 +3,4 @@
|
||||
|
||||
{{/* custom render */}}
|
||||
|
||||
{{- if .Values.secret -}}
|
||||
{{ include "common.secret" . | nindent 0 }}
|
||||
{{- end -}}
|
||||
{{ include "common.secret" . | nindent 0 }}
|
||||
|
||||
@@ -54,6 +54,9 @@ spec:
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
envFrom:
|
||||
- secretRef:
|
||||
name: {{ include "common.names.fullname" . }}
|
||||
volumeMounts:
|
||||
- name: dump
|
||||
mountPath: /dump
|
||||
|
||||
Reference in New Issue
Block a user