add ingress-nginx Helm value files

This commit is contained in:
2025-06-30 02:43:08 -05:00
parent 86d3f4db5d
commit 2d4299b188
3 changed files with 8 additions and 0 deletions

View File

@@ -28,6 +28,10 @@ spec:
targetRevision: '{{.chart}}'
helm:
releaseName: ingress-nginx
valueFiles:
- apps/ingress-nginx/values.yaml
- apps/ingress-nginx/values-{{.cluster}}.yaml
# ignoreMissingValueFiles: true
destination:
server: '{{.url}}'
namespace: ingress-nginx

View File

@@ -0,0 +1,3 @@
---
controller:
replicaCount: 2

View File

@@ -0,0 +1 @@
---