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
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
path: bootstrap-platform/jenkins # <-- folder where values.yaml is stored
helm:
valueFiles:
- values.yaml
path: bootstrap-platform/jenkins
directory:
recurse: true
destination:
server: https://kubernetes.default.svc
@ -24,5 +22,3 @@ spec:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true