Update bootstrap-platform/jenkins/application.yaml
This commit is contained in:
parent
5c0aa63ed4
commit
6f17d5bffd
|
|
@ -8,13 +8,11 @@ spec:
|
||||||
project: default
|
project: default
|
||||||
|
|
||||||
source:
|
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
|
targetRevision: main
|
||||||
path: bootstrap-platform/jenkins # <-- folder where values.yaml is stored
|
path: bootstrap-platform/jenkins
|
||||||
|
directory:
|
||||||
helm:
|
recurse: true
|
||||||
valueFiles:
|
|
||||||
- values.yaml
|
|
||||||
|
|
||||||
destination:
|
destination:
|
||||||
server: https://kubernetes.default.svc
|
server: https://kubernetes.default.svc
|
||||||
|
|
@ -23,6 +21,4 @@ spec:
|
||||||
syncPolicy:
|
syncPolicy:
|
||||||
automated:
|
automated:
|
||||||
prune: true
|
prune: true
|
||||||
selfHeal: true
|
selfHeal: true
|
||||||
syncOptions:
|
|
||||||
- CreateNamespace=true
|
|
||||||
Loading…
Reference in New Issue