secrest
This commit is contained in:
@@ -38,6 +38,11 @@ spec:
|
||||
{{- toYaml . | nindent 12 }}
|
||||
{{- end }}
|
||||
image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}"
|
||||
envFrom:
|
||||
- configMapRef:
|
||||
name: {{ include "myapp.fullname" . }}-config
|
||||
- secretRef:
|
||||
name: {{ include "myapp.fullname" . }}-secret
|
||||
imagePullPolicy: {{ .Values.image.pullPolicy }}
|
||||
ports:
|
||||
- name: http
|
||||
|
||||
Reference in New Issue
Block a user