8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5672bc2 commit 71be7e6Copy full SHA for 71be7e6
templates/service.yaml
@@ -49,7 +49,7 @@ spec:
49
{{- end }}
50
containers:
51
- name: coder-logstream-kube
52
- image: "{{ .Values.image.repo }}:{{ .Values.image.tag | default (printf "v%v" .Chart.AppVersion) }}"
+ image: "{{ .Values.image.repo }}:{{ .Values.image.tag | default .Chart.AppVersion }}"
53
imagePullPolicy: {{ .Values.image.pullPolicy }}
54
command:
55
- /coder-logstream-kube
0 commit comments