Update bootstrap-platform/jenkins/application.yaml
This commit is contained in:
parent
2767ae861b
commit
60d876563b
|
|
@ -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
|
||||||
Loading…
Reference in New Issue