Skip to content

Commit

Permalink
Merge pull request #297 from Lyt99/fix/port
Browse files Browse the repository at this point in the history
fix(deploy): fix helm debugmode enabled
  • Loading branch information
jzwlqx authored Jun 5, 2024
2 parents f216c76 + be4f77d commit 80f20d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/helm/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
namespace: {{ .Release.Namespace }}
data:
config.yaml: |-
debugmode: {{ .Values.agent.debug }}
debugmode: {{ .Values.agent.config.debug }}
port: {{ .Values.agent.config.port }}
enableController: {{ .Values.controller.enabled }}
metrics:
Expand Down

0 comments on commit 80f20d4

Please sign in to comment.