Skip to content

Commit

Permalink
quote
Browse files Browse the repository at this point in the history
Signed-off-by: Tenshin Higashi <[email protected]>
  • Loading branch information
tenshinhigashi committed Nov 6, 2023
1 parent 6dfc443 commit 38177c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helm/ambassador-agent/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ spec:
value: "http://{{ required "A value must be entered for all edgestack.agent entries" .name }}-admin.{{ required "A value must be entered for all edgestack.agent entries" .namespace }}:{{ required "A value must be entered for all edgestack.agent entries" .diagnosticsPort }}/ambassador/v0/diag/?json=true"
{{- end }}
- name: AES_REPORT_DIAGNOSTICS_TO_CLOUD
value: "{{ .Values.edgestack.agent.reportDiagnostics | default true }}"
value: {{ .Values.edgestack.agent.reportDiagnostics | default true | quote }}
{{- end }}
{{- end }}
{{ if .Values.rbac.namespaces }}
Expand Down

0 comments on commit 38177c6

Please sign in to comment.