We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5780fce commit f7179b5Copy full SHA for f7179b5
charts/templates/configmap.yaml
@@ -17,6 +17,6 @@ data:
17
admin_key: "{{ .Values.admin.key }}"
18
endpoints:
19
- "{{ .Values.admin.adminEndpoint }}"
20
- tls_verify: {{ .Values.adminTLSVerify }}
+ tls_verify: {{ .Values.admin.adminTLSVerify }}
21
addresses: # record the status address of the gateway-api gateway
22
- "{{ .Values.statusAddress }}"
0 commit comments