add ingress-nginx Helm value files

This commit is contained in:
2025-06-30 02:43:08 -05:00
parent 86d3f4db5d
commit 457310eb42
4 changed files with 19 additions and 3 deletions

View File

@@ -23,11 +23,14 @@ spec:
spec:
project: default
source:
chart: ingress-nginx
repoURL: https://kubernetes.github.io/ingress-nginx
targetRevision: '{{.chart}}'
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