feat: Added possibility to override BASE_HREF env variable… (#216)

This commit is contained in:
geoL86 2020-03-10 16:41:23 +02:00 committed by GitHub
parent 39f08b4a29
commit 664829aa24
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View file

@ -2,7 +2,7 @@ apiVersion: v1
appVersion: "v2.6.1"
description: A Helm chart for Argo Workflows
name: argo
version: 0.7.0
version: 0.7.1
icon: https://raw.githubusercontent.com/argoproj/argo/master/docs/assets/argo.png
home: https://github.com/argoproj/argo-helm
maintainers:

View file

@ -104,6 +104,8 @@ server:
enabled: true
# only show workflows where UI installed
forceNamespaceIsolation: false
# UI BASE_HREF env variable
baseHref: /
image:
# Overrides .images.tag if defined.
tag: ""