Update bootstrap-platform/jenkins/application.yaml
This commit is contained in:
parent
2767ae861b
commit
60d876563b
|
|
@ -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
|
||||
|
|
@ -22,3 +24,5 @@ spec:
|
|||
automated:
|
||||
prune: true
|
||||
selfHeal: true
|
||||
syncOptions:
|
||||
- CreateNamespace=true
|
||||
Loading…
Reference in New Issue