Skip to content

Commit f7179b5

Browse files
committed
fix typo
1 parent 5780fce commit f7179b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

charts/templates/configmap.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ data:
1717
admin_key: "{{ .Values.admin.key }}"
1818
endpoints:
1919
- "{{ .Values.admin.adminEndpoint }}"
20-
tls_verify: {{ .Values.adminTLSVerify }}
20+
tls_verify: {{ .Values.admin.adminTLSVerify }}
2121
addresses: # record the status address of the gateway-api gateway
2222
- "{{ .Values.statusAddress }}"

0 commit comments

Comments
 (0)