Skip to content

Commit 517525c

Browse files
committed
Can't quote these
Signed-off-by: Pete Wall <[email protected]>
1 parent a239134 commit 517525c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

charts/alloy-operator/templates/deployment.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ spec:
3838
args:
3939
- --leader-elect
4040
- --leader-election-id={{ include "alloy-operator.fullname" . }}
41-
- --health-probe-bind-address=":{{ .Values.service.health.port }}"
42-
- --metrics-bind-address=":{{ .Values.service.metrics.port }}"
41+
- --health-probe-bind-address=:{{ .Values.service.health.port }}
42+
- --metrics-bind-address=:{{ .Values.service.metrics.port }}
4343
ports:
4444
- name: http
4545
containerPort: {{ .Values.service.health.port }}

0 commit comments

Comments
 (0)