Skip to content

Commit

Permalink
removed v from version of oauth2-proxy deployment.yaml
Browse files Browse the repository at this point in the history
Signed-off-by: RadOctocode <[email protected]>
  • Loading branch information
RadOctocode committed Mar 5, 2024
1 parent 7b37bf5 commit fa0c3c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helm/oauth2-proxy/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ spec:
{{- end }}
containers:
- name: {{ .Chart.Name }}
image: "{{ .Values.image.repository }}:v{{ include "oauth2-proxy.version" . }}"
image: "{{ .Values.image.repository }}:{{ include "oauth2-proxy.version" . }}"
imagePullPolicy: {{ .Values.image.pullPolicy }}
args:
{{- if .Values.alphaConfig.enabled }}
Expand Down

0 comments on commit fa0c3c2

Please sign in to comment.