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