Skip to content

Commit

Permalink
chart: fix the deployment debug flag
Browse files Browse the repository at this point in the history
Signed-off-by: Muvaffak Onus <me@muvaf.com>
  • Loading branch information
muvaf committed May 15, 2024
1 parent 86e7cae commit d680c7a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,14 @@ spec:
type: RuntimeDefault
containers:
- name: main
image: {{ .Values.nodeStateServer.image.repository }}:{{ .Values.nodeStateServer.image.tag }}
image: "{{ .Values.nodeStateServer.image.repository }}:{{ .Values.nodeStateServer.image.tag }}"
command:
- /manager
args:
- --metrics-port=8080
- --health-probes-port=8081
- --port=9376
{{- if .Values.playgroundController.debug }}
{{- if .Values.nodeStateServer.debug }}
- --debug
{{- end }}
ports:
Expand Down

0 comments on commit d680c7a

Please sign in to comment.