diff --git a/argocd-apps/harbor.yaml b/argocd-apps/harbor.yaml index 8659f3f..0746081 100644 --- a/argocd-apps/harbor.yaml +++ b/argocd-apps/harbor.yaml @@ -6,12 +6,12 @@ metadata: spec: project: dev-tools source: - repoURL: https://git.dvirlabs.com/dvirlabs/dev-tools.git + repoURL: 'https://git.dvirlabs.com/dvirlabs/dev-tools.git' targetRevision: HEAD - chart: charts/harbor + path: charts/harbor helm: valueFiles: - - manifests/harbor/values.yaml + - ../../manifests/harbor/values.yaml destination: server: https://kubernetes.default.svc namespace: dev-tools @@ -19,5 +19,3 @@ spec: automated: prune: true selfHeal: true - syncOptions: - - CreateNamespace=true diff --git a/manifests/harbor/values.yaml b/manifests/harbor/values.yaml index 6a8a6e1..bb57737 100644 --- a/manifests/harbor/values.yaml +++ b/manifests/harbor/values.yaml @@ -9,7 +9,7 @@ expose: traefik.ingress.kubernetes.io/router.entrypoints: websecure traefik.ingress.kubernetes.io/router.tls: "true" tls: - enabled: false # Cloudflare handles TLS + enabled: false # Let Cloudflare handle TLS externalURL: https://harbor.dvirlabs.com