Skip to content

Commit

Permalink
Fix helm render values of agent pyroscope server addr
Browse files Browse the repository at this point in the history
Signed-off-by: lou-lan <[email protected]>
  • Loading branch information
lou-lan committed Jan 31, 2024
1 parent 4d60470 commit 8ea6ea5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/templates/daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ spec:
- name: HEALTH_PROBE_BIND_ADDRESS
value: :{{ .Values.agent.healthServer.port }}
- name: PYROSCOPE_SERVER_ADDR
value: {{ .Values.controller.debug.pyroscopeServerAddr | quote }}
value: {{ .Values.agent.debug.pyroscopeServerAddr | quote }}
- name: GOPS_PORT
value: {{ .Values.agent.debug.gopsPort | quote }}
- name: CONFIGMAP_PATH
Expand Down

0 comments on commit 8ea6ea5

Please sign in to comment.