Skip to content

Commit

Permalink
Update ksvc.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
salaboy authored May 24, 2021
1 parent 69eb446 commit 41b2bf0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions charts/fmtok8s-c4p-rest/templates/ksvc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ spec:
- image: "{{ .Values.image.repository }}:{{ .Values.image.tag }}"
imagePullPolicy: {{ .Values.image.pullPolicy }}
env:
- name: VERSION
value: {{ .Chart.Version }}
{{- range $pkey, $pval := .Values.env }}
- name: {{ $pkey }}
value: {{ quote $pval }}
Expand Down

0 comments on commit 41b2bf0

Please sign in to comment.