Update bootstrap-platform/jenkins/application.yaml

This commit is contained in:
Dhakshan 2026-06-19 13:58:27 +00:00
parent 2767ae861b
commit 60d876563b
1 changed files with 8 additions and 4 deletions

View File

@ -3,13 +3,15 @@ kind: Application
metadata: metadata:
name: jenkins name: jenkins
namespace: argocd namespace: argocd
spec: spec:
project: default project: default
source: source:
repoURL: https://charts.jenkins.io repoURL: https://repo.qruize.com/Dhakshan/gitops.git # <-- your repo (NOT Jenkins chart repo)
chart: jenkins targetRevision: main
targetRevision: 5.8.101 path: bootstrap-platform/jenkins # <-- folder where values.yaml is stored
helm: helm:
valueFiles: valueFiles:
- values.yaml - values.yaml
@ -21,4 +23,6 @@ spec:
syncPolicy: syncPolicy:
automated: automated:
prune: true prune: true
selfHeal: true selfHeal: true
syncOptions:
- CreateNamespace=true