add ability to specify paths for argocd and grafana (https://git.kvazaric.ru/gstykalin/kube-forge/-/issues/1)
This commit is contained in:
@@ -11,6 +11,7 @@
|
||||
values:
|
||||
services:
|
||||
- domain: {{ .Modules.Cicd.ArgoCd.Expose.Domain }}
|
||||
path: {{ .Modules.Cicd.ArgoCd.Expose.Path }}
|
||||
address: argo-cd-argocd-server
|
||||
port: 80
|
||||
secretName: argo-cd-server-tls
|
||||
|
||||
@@ -89,6 +89,9 @@
|
||||
configs:
|
||||
params:
|
||||
server.insecure: true
|
||||
{{- if not (eq .Modules.Cicd.ArgoCd.Expose.Path "/" ) }}
|
||||
server.rootpath: '{{ .Modules.Cicd.ArgoCd.Expose.Path }}'
|
||||
{{- end }}
|
||||
|
||||
secret:
|
||||
argocdServerAdminPassword: {{ .Modules.Cicd.ArgoCd.AdminPassword }}
|
||||
|
||||
Reference in New Issue
Block a user