Skip to content

Commit 33e0a09

Browse files
authored
fix: "UrlPattern" to "urlPattern" (higress-group#525)
1 parent 6c6e03a commit 33e0a09

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

helm/templates/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ spec:
7272
value: "{{ .Values.swagger.enabled }}"
7373
{{- if and .Values.global.enablePluginServer (not (hasKey .Values.podEnvs "HIGRESS_ADMIN_WASM_PLUGIN_CUSTOM_IMAGE_URL_PATTERN"))}}
7474
- name: HIGRESS_ADMIN_WASM_PLUGIN_CUSTOM_IMAGE_URL_PATTERN
75-
value: "{{ .Values.pluginServer.UrlPattern }}"
75+
value: "{{ .Values.pluginServer.urlPattern }}"
7676
{{- end }}
7777
{{- if .Values.podEnvs }}
7878
{{- range $key, $val := .Values.podEnvs }}

helm/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,4 +129,4 @@ pvc:
129129
__placeholder__: true
130130

131131
pluginServer:
132-
UrlPattern: "http://higress-plugin-server.higress-system.svc/plugins/${name}/${version}/plugin.wasm"
132+
urlPattern: "http://higress-plugin-server.higress-system.svc/plugins/${name}/${version}/plugin.wasm"

0 commit comments

Comments
 (0)