diff --git a/deploy/application.yaml b/deploy/application.yaml index cbd93b2..84f5182 100644 --- a/deploy/application.yaml +++ b/deploy/application.yaml @@ -8,18 +8,16 @@ spec: source: repoURL: https://github.com/sujeet-agrahari/quick-links.git targetRevision: HEAD - path: deploy/quick-links-charts + path: deploy + helm: + valueFiles: + - values.yaml destination: server: https://kubernetes.default.svc namespace: quick-links syncPolicy: - syncOptions: - - CreateNamespace=true - automated: true - selfHeal: true + automated: prune: true - - - - - + selfHeal: true + syncOptions: + - CreateNamespace=true