Commit 2469e910 authored by Simon Cornet's avatar Simon Cornet
Browse files

feat: add cluster-config application

parent 41e435de
Loading
Loading
Loading
Loading
Loading
+20 −0
Original line number Diff line number Diff line
---
apiVersion: "argoproj.io/v1alpha1"
kind: "Application"
metadata:
  name: "cluster-configs"
  namespace: "argocd"
spec:
  project: "default"
  source:
    repoURL: "https://gitlab.simoncor.net/kaas/cluster-configs.git"
    path: "manifests/"
    targetRevision: "main"
  destination:
    server: "https://kubernetes.default.svc"
  syncPolicy:
    automated:
      prune: true
      selfHeal: true
    syncOptions:
    - CreateNamespace=true