Update bootstrap-platform/jenkins/application.yaml

This commit is contained in:
Dhakshan 2026-06-19 14:06:08 +00:00
parent 5c0aa63ed4
commit 6f17d5bffd
1 changed files with 5 additions and 9 deletions

View File

@ -8,13 +8,11 @@ spec:
project: default project: default
source: source:
repoURL: https://repo.qruize.com/Dhakshan/gitops.git # <-- your repo (NOT Jenkins chart repo) repoURL: https://repo.qruize.com/Dhakshan/gitops.git
targetRevision: main targetRevision: main
path: bootstrap-platform/jenkins # <-- folder where values.yaml is stored path: bootstrap-platform/jenkins
directory:
helm: recurse: true
valueFiles:
- values.yaml
destination: destination:
server: https://kubernetes.default.svc server: https://kubernetes.default.svc
@ -23,6 +21,4 @@ spec:
syncPolicy: syncPolicy:
automated: automated:
prune: true prune: true
selfHeal: true selfHeal: true
syncOptions:
- CreateNamespace=true