fix(argo-workflows): BASE_HREF -> ARGO_BASE_HREF for forward compat (#2756)
This commit is contained in:
parent
377332f8c7
commit
8b02b6d9b8
2 changed files with 4 additions and 4 deletions
|
|
@ -95,7 +95,7 @@ spec:
|
|||
fieldRef:
|
||||
apiVersion: v1
|
||||
fieldPath: metadata.namespace
|
||||
- name: BASE_HREF
|
||||
- name: ARGO_BASE_HREF
|
||||
value: {{ .Values.server.baseHref | quote }}
|
||||
{{- with .Values.server.extraEnv }}
|
||||
{{- toYaml . | nindent 12 }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue