Skip to content

Commit

Permalink
Merge pull request #1190 from spidernet-io/fix/controller.debug.pyros…
Browse files Browse the repository at this point in the history
…copeServerAddr

Fix helm render values of agent pyroscope server addr
  • Loading branch information
weizhoublue authored Feb 2, 2024
2 parents fd96ad0 + 8ea6ea5 commit 389f742
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 389f742

Please sign in to comment.