diff --git a/dex/applicationset.yaml b/dex/app/dex.yaml similarity index 96% rename from dex/applicationset.yaml rename to dex/app/dex.yaml index 4903a7ab..479b89fe 100644 --- a/dex/applicationset.yaml +++ b/dex/app/dex.yaml @@ -31,5 +31,4 @@ spec: - $values/dex/{{ env }}-values.yaml - repoURL: https://gitlab.com/oceanbox/manifests.git targetRevision: HEAD - path: dex/manifests ref: values diff --git a/dex/app/resources.yaml b/dex/app/resources.yaml new file mode 100644 index 00000000..68c29b2a --- /dev/null +++ b/dex/app/resources.yaml @@ -0,0 +1,15 @@ +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: dex-resources + namespace: argocd +spec: + project: atlantis + destination: + server: https://kubernetes.default.svc + namespace: idp + source: + repoURL: https://gitlab.com/oceanbox/manifests.git + targetRevision: HEAD + path: dex/resources + diff --git a/dex/application.yaml b/dex/application.yaml new file mode 100644 index 00000000..732909f8 --- /dev/null +++ b/dex/application.yaml @@ -0,0 +1,15 @@ +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: dex + namespace: argocd +spec: + project: atlantis + destination: + server: https://kubernetes.default.svc + namespace: idp + source: + repoURL: https://gitlab.com/oceanbox/manifests.git + targetRevision: HEAD + path: dex/app + diff --git a/dex/manifests/cnpg-cluster.yaml b/dex/resources/cluster.yaml similarity index 100% rename from dex/manifests/cnpg-cluster.yaml rename to dex/resources/cluster.yaml diff --git a/dex/manifests/cnp.yaml b/dex/resources/cnp.yaml similarity index 100% rename from dex/manifests/cnp.yaml rename to dex/resources/cnp.yaml diff --git a/dex/manifests/dex-config.yaml b/dex/resources/dex-config.yaml similarity index 100% rename from dex/manifests/dex-config.yaml rename to dex/resources/dex-config.yaml diff --git a/dex/manifests/dex-volumes.yaml b/dex/resources/dex-volumes.yaml similarity index 100% rename from dex/manifests/dex-volumes.yaml rename to dex/resources/dex-volumes.yaml