Skip to content

Commit

Permalink
Remove "" from HEALTH_PORT
Browse files Browse the repository at this point in the history
  • Loading branch information
Edvin Norling committed Jul 19, 2021
1 parent a937587 commit eeb5cc6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmd/build/helmify/kustomize-for-helm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ spec:
- name: manager
args:
- --port=HELMSUBST_DEPLOYMENT_CONTROLLER_MANAGER_PORT
- --health-addr=":HELMSUBST_DEPLOYMENT_CONTROLLER_MANAGER_HEALTH_PORT"
- --health-addr=:HELMSUBST_DEPLOYMENT_CONTROLLER_MANAGER_HEALTH_PORT
- --prometheus-port=HELMSUBST_DEPLOYMENT_CONTROLLER_MANAGER_PROMETHEUS_PORT
- --logtostderr
- --log-denies={{ .Values.logDenies }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ spec:
containers:
- args:
- --port={{ .Values.controllerManager.port }}
- --health-addr=":{{ .Values.controllerManager.healthPort }}"
- --health-addr=:{{ .Values.controllerManager.healthPort }}
- --prometheus-port={{ .Values.controllerManager.prometheusPort }}
- --logtostderr
- --log-denies={{ .Values.logDenies }}
Expand Down

0 comments on commit eeb5cc6

Please sign in to comment.