disable auth

This commit is contained in:
Danijel Simeunovic
2026-03-12 20:19:55 +01:00
parent 0ea45cd664
commit 16580ea871

View File

@@ -21,6 +21,9 @@ spec:
targetRevision: HEAD targetRevision: HEAD
path: helm/mcp10x path: helm/mcp10x
helm: helm:
valuesObject:
auth:
enabled: false
valueFiles: valueFiles:
- values.yaml - values.yaml
- values-prod.yaml - values-prod.yaml