File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed
Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 7070 value : " {{ .Values.swagger.enabled }}"
7171 - name : SPRINGDOC_SWAGGER_UI_ENABLED
7272 value : " {{ .Values.swagger.enabled }}"
73+ {{- if and .Values.global.enablePluginServer (not (hasKey .Values.podEnvs "HIGRESS_ADMIN_WASM_PLUGIN_CUSTOM_IMAGE_URL_PATTERN"))}}
74+ - name : HIGRESS_ADMIN_WASM_PLUGIN_CUSTOM_IMAGE_URL_PATTERN
75+ value : " {{ .Values.pluginServer.UrlPattern }}"
76+ {{- end }}
7377 {{- if .Values.podEnvs }}
7478 {{- range $key, $val := .Values.podEnvs }}
7579 - name : {{ $key }}
Original file line number Diff line number Diff line change @@ -126,4 +126,7 @@ o11y:
126126 __placeholder__ : true
127127
128128pvc :
129- __placeholder__ : true
129+ __placeholder__ : true
130+
131+ pluginServer :
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