feat: Added possibility to override BASE_HREF env variable… (#216)
This commit is contained in:
parent
39f08b4a29
commit
664829aa24
2 changed files with 3 additions and 1 deletions
|
@ -2,7 +2,7 @@ apiVersion: v1
|
||||||
appVersion: "v2.6.1"
|
appVersion: "v2.6.1"
|
||||||
description: A Helm chart for Argo Workflows
|
description: A Helm chart for Argo Workflows
|
||||||
name: argo
|
name: argo
|
||||||
version: 0.7.0
|
version: 0.7.1
|
||||||
icon: https://raw.githubusercontent.com/argoproj/argo/master/docs/assets/argo.png
|
icon: https://raw.githubusercontent.com/argoproj/argo/master/docs/assets/argo.png
|
||||||
home: https://github.com/argoproj/argo-helm
|
home: https://github.com/argoproj/argo-helm
|
||||||
maintainers:
|
maintainers:
|
||||||
|
|
|
@ -104,6 +104,8 @@ server:
|
||||||
enabled: true
|
enabled: true
|
||||||
# only show workflows where UI installed
|
# only show workflows where UI installed
|
||||||
forceNamespaceIsolation: false
|
forceNamespaceIsolation: false
|
||||||
|
# UI BASE_HREF env variable
|
||||||
|
baseHref: /
|
||||||
image:
|
image:
|
||||||
# Overrides .images.tag if defined.
|
# Overrides .images.tag if defined.
|
||||||
tag: ""
|
tag: ""
|
||||||
|
|
Loading…
Reference in a new issue