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