diff --git a/bootstrap-platform/jenkins/application.yaml b/bootstrap-platform/jenkins/application.yaml index cce75a9..4fd380a 100644 --- a/bootstrap-platform/jenkins/application.yaml +++ b/bootstrap-platform/jenkins/application.yaml @@ -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 @@ -23,6 +21,4 @@ spec: syncPolicy: automated: prune: true - selfHeal: true - syncOptions: - - CreateNamespace=true \ No newline at end of file + selfHeal: true \ No newline at end of file