add ingress-nginx Helm value files
This commit is contained in:
@ -23,11 +23,15 @@ spec:
|
||||
spec:
|
||||
project: default
|
||||
source:
|
||||
chart: ingress-nginx
|
||||
repoURL: https://kubernetes.github.io/ingress-nginx
|
||||
targetRevision: '{{.chart}}'
|
||||
path: ingress-nginx
|
||||
repoURL: https://git.kill0.net/ryanc/argocd.git
|
||||
targetRevision: HEAD
|
||||
helm:
|
||||
releaseName: ingress-nginx
|
||||
valueFiles:
|
||||
- values.yaml
|
||||
- values-{{.cluster}}.yaml
|
||||
ignoreMissingValueFiles: true
|
||||
destination:
|
||||
server: '{{.url}}'
|
||||
namespace: ingress-nginx
|
||||
|
Reference in New Issue
Block a user