File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 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 }}
Original file line number Diff line number Diff line change 129129 __placeholder__ : true
130130
131131pluginServer :
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"
You can’t perform that action at this time.
0 commit comments