diff --git a/argocd/applications/gitlab-staging/cluster-configuration-application.yaml b/argocd/applications/gitlab-staging/cluster-configuration-application.yaml new file mode 100644 index 0000000..e47fe9b --- /dev/null +++ b/argocd/applications/gitlab-staging/cluster-configuration-application.yaml @@ -0,0 +1,20 @@ +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: gitlab-staging-configuration + namespace: argocd +spec: + project: default # Todo define a project to limit the deployment types + source: + repoURL: https://forge.softwareheritage.org/source/k8s-clusters-conf.git + targetRevision: master + path: gitlab-staging + directory: + recurse: true + destination: + server: https://192.168.200.13 + syncPolicy: + automated: + prune: true + selfHeal: true + allowEmpty: false