From 7b24abde6edccb0781ae165333a3fd37d88743f5 Mon Sep 17 00:00:00 2001 From: soukainna Date: Mon, 24 Jul 2023 11:15:30 +0200 Subject: [PATCH] change folder --- application.yaml | 2 +- {agenda => test/agenda}/config.yaml | 0 {agenda => test/agenda}/deployment.yaml | 0 {agenda => test/agenda}/imageSecret.yaml | 0 {agenda => test/agenda}/kustomization.yaml | 0 {agenda => test/agenda}/sealed-db-secret.yaml | 0 {agenda => test/agenda}/sealed-secret.yaml | 0 {agenda => test/agenda}/service.yaml | 0 {etcd => test/etcd}/etcd-statefulset.yaml | 0 test/etcd/etcdapp.yaml | 23 +++++++++++++++++++ {etcd => test/etcd}/kustomization.yaml | 0 {fleets => test/fleets}/config.yaml | 0 {fleets => test/fleets}/deployment.yaml | 0 {fleets => test/fleets}/kustomization.yaml | 0 {fleets => test/fleets}/service.yaml | 0 .../groups-management}/config.yaml | 0 .../groups-management}/deployment.yaml | 0 .../groups-management}/kustomization.yaml | 0 .../groups-management}/service.yaml | 0 .../mobility-accounts}/config.yaml | 0 .../mobility-accounts}/deployment.yaml | 0 .../mobility-accounts}/kustomization.yaml | 0 .../sealed-mobility-account-secret.yaml | 0 .../mobility-accounts}/service.yaml | 0 {mongodb => test/mongodb}/kustomization.yaml | 0 {mongodb => test/mongodb}/mongodb.yaml | 0 .../mongodb}/rbac/kustomization.yaml | 0 {mongodb => test/mongodb}/rbac/role.yaml | 0 .../mongodb}/rbac/role_binding.yaml | 0 .../mongodb}/rbac/role_binding_database.yaml | 0 .../mongodb}/rbac/role_database.yaml | 0 .../mongodb}/rbac/service_account.yaml | 0 .../rbac/service_account_database.yaml | 0 {parcoursmob => test/parcoursmob}/config.yaml | 0 .../parcoursmob}/deployment.yaml | 0 .../parcoursmob}/kustomization.yaml | 0 .../sealed-parcoursmob-secret.yaml | 0 .../parcoursmob}/service.yaml | 0 38 files changed, 24 insertions(+), 1 deletion(-) rename {agenda => test/agenda}/config.yaml (100%) rename {agenda => test/agenda}/deployment.yaml (100%) rename {agenda => test/agenda}/imageSecret.yaml (100%) rename {agenda => test/agenda}/kustomization.yaml (100%) rename {agenda => test/agenda}/sealed-db-secret.yaml (100%) rename {agenda => test/agenda}/sealed-secret.yaml (100%) rename {agenda => test/agenda}/service.yaml (100%) rename {etcd => test/etcd}/etcd-statefulset.yaml (100%) create mode 100644 test/etcd/etcdapp.yaml rename {etcd => test/etcd}/kustomization.yaml (100%) rename {fleets => test/fleets}/config.yaml (100%) rename {fleets => test/fleets}/deployment.yaml (100%) rename {fleets => test/fleets}/kustomization.yaml (100%) rename {fleets => test/fleets}/service.yaml (100%) rename {groups-management => test/groups-management}/config.yaml (100%) rename {groups-management => test/groups-management}/deployment.yaml (100%) rename {groups-management => test/groups-management}/kustomization.yaml (100%) rename {groups-management => test/groups-management}/service.yaml (100%) rename {mobility-accounts => test/mobility-accounts}/config.yaml (100%) rename {mobility-accounts => test/mobility-accounts}/deployment.yaml (100%) rename {mobility-accounts => test/mobility-accounts}/kustomization.yaml (100%) rename {mobility-accounts => test/mobility-accounts}/sealed-mobility-account-secret.yaml (100%) rename {mobility-accounts => test/mobility-accounts}/service.yaml (100%) rename {mongodb => test/mongodb}/kustomization.yaml (100%) rename {mongodb => test/mongodb}/mongodb.yaml (100%) rename {mongodb => test/mongodb}/rbac/kustomization.yaml (100%) rename {mongodb => test/mongodb}/rbac/role.yaml (100%) rename {mongodb => test/mongodb}/rbac/role_binding.yaml (100%) rename {mongodb => test/mongodb}/rbac/role_binding_database.yaml (100%) rename {mongodb => test/mongodb}/rbac/role_database.yaml (100%) rename {mongodb => test/mongodb}/rbac/service_account.yaml (100%) rename {mongodb => test/mongodb}/rbac/service_account_database.yaml (100%) rename {parcoursmob => test/parcoursmob}/config.yaml (100%) rename {parcoursmob => test/parcoursmob}/deployment.yaml (100%) rename {parcoursmob => test/parcoursmob}/kustomization.yaml (100%) rename {parcoursmob => test/parcoursmob}/sealed-parcoursmob-secret.yaml (100%) rename {parcoursmob => test/parcoursmob}/service.yaml (100%) diff --git a/application.yaml b/application.yaml index e7fbb69..0a20dbe 100644 --- a/application.yaml +++ b/application.yaml @@ -12,7 +12,7 @@ spec: path: agenda destination: server: https://kubernetes.default.svc - namespace: argoapp + namespace: argocd-test syncPolicy: syncOptions: diff --git a/agenda/config.yaml b/test/agenda/config.yaml similarity index 100% rename from agenda/config.yaml rename to test/agenda/config.yaml diff --git a/agenda/deployment.yaml b/test/agenda/deployment.yaml similarity index 100% rename from agenda/deployment.yaml rename to test/agenda/deployment.yaml diff --git a/agenda/imageSecret.yaml b/test/agenda/imageSecret.yaml similarity index 100% rename from agenda/imageSecret.yaml rename to test/agenda/imageSecret.yaml diff --git a/agenda/kustomization.yaml b/test/agenda/kustomization.yaml similarity index 100% rename from agenda/kustomization.yaml rename to test/agenda/kustomization.yaml diff --git a/agenda/sealed-db-secret.yaml b/test/agenda/sealed-db-secret.yaml similarity index 100% rename from agenda/sealed-db-secret.yaml rename to test/agenda/sealed-db-secret.yaml diff --git a/agenda/sealed-secret.yaml b/test/agenda/sealed-secret.yaml similarity index 100% rename from agenda/sealed-secret.yaml rename to test/agenda/sealed-secret.yaml diff --git a/agenda/service.yaml b/test/agenda/service.yaml similarity index 100% rename from agenda/service.yaml rename to test/agenda/service.yaml diff --git a/etcd/etcd-statefulset.yaml b/test/etcd/etcd-statefulset.yaml similarity index 100% rename from etcd/etcd-statefulset.yaml rename to test/etcd/etcd-statefulset.yaml diff --git a/test/etcd/etcdapp.yaml b/test/etcd/etcdapp.yaml new file mode 100644 index 0000000..c41ec5f --- /dev/null +++ b/test/etcd/etcdapp.yaml @@ -0,0 +1,23 @@ +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: app-etcd + namespace: argocd +spec: + project: default + + source: + repoURL: https://github.com/soukainna/kubeArgocdTesting + targetRevision: HEAD + path: etcd + destination: + server: https://kubernetes.default.svc + namespace: argocd-test + + syncPolicy: + syncOptions: + - CreateNamespace=true + + automated: + selfHeal: true + prune: true \ No newline at end of file diff --git a/etcd/kustomization.yaml b/test/etcd/kustomization.yaml similarity index 100% rename from etcd/kustomization.yaml rename to test/etcd/kustomization.yaml diff --git a/fleets/config.yaml b/test/fleets/config.yaml similarity index 100% rename from fleets/config.yaml rename to test/fleets/config.yaml diff --git a/fleets/deployment.yaml b/test/fleets/deployment.yaml similarity index 100% rename from fleets/deployment.yaml rename to test/fleets/deployment.yaml diff --git a/fleets/kustomization.yaml b/test/fleets/kustomization.yaml similarity index 100% rename from fleets/kustomization.yaml rename to test/fleets/kustomization.yaml diff --git a/fleets/service.yaml b/test/fleets/service.yaml similarity index 100% rename from fleets/service.yaml rename to test/fleets/service.yaml diff --git a/groups-management/config.yaml b/test/groups-management/config.yaml similarity index 100% rename from groups-management/config.yaml rename to test/groups-management/config.yaml diff --git a/groups-management/deployment.yaml b/test/groups-management/deployment.yaml similarity index 100% rename from groups-management/deployment.yaml rename to test/groups-management/deployment.yaml diff --git a/groups-management/kustomization.yaml b/test/groups-management/kustomization.yaml similarity index 100% rename from groups-management/kustomization.yaml rename to test/groups-management/kustomization.yaml diff --git a/groups-management/service.yaml b/test/groups-management/service.yaml similarity index 100% rename from groups-management/service.yaml rename to test/groups-management/service.yaml diff --git a/mobility-accounts/config.yaml b/test/mobility-accounts/config.yaml similarity index 100% rename from mobility-accounts/config.yaml rename to test/mobility-accounts/config.yaml diff --git a/mobility-accounts/deployment.yaml b/test/mobility-accounts/deployment.yaml similarity index 100% rename from mobility-accounts/deployment.yaml rename to test/mobility-accounts/deployment.yaml diff --git a/mobility-accounts/kustomization.yaml b/test/mobility-accounts/kustomization.yaml similarity index 100% rename from mobility-accounts/kustomization.yaml rename to test/mobility-accounts/kustomization.yaml diff --git a/mobility-accounts/sealed-mobility-account-secret.yaml b/test/mobility-accounts/sealed-mobility-account-secret.yaml similarity index 100% rename from mobility-accounts/sealed-mobility-account-secret.yaml rename to test/mobility-accounts/sealed-mobility-account-secret.yaml diff --git a/mobility-accounts/service.yaml b/test/mobility-accounts/service.yaml similarity index 100% rename from mobility-accounts/service.yaml rename to test/mobility-accounts/service.yaml diff --git a/mongodb/kustomization.yaml b/test/mongodb/kustomization.yaml similarity index 100% rename from mongodb/kustomization.yaml rename to test/mongodb/kustomization.yaml diff --git a/mongodb/mongodb.yaml b/test/mongodb/mongodb.yaml similarity index 100% rename from mongodb/mongodb.yaml rename to test/mongodb/mongodb.yaml diff --git a/mongodb/rbac/kustomization.yaml b/test/mongodb/rbac/kustomization.yaml similarity index 100% rename from mongodb/rbac/kustomization.yaml rename to test/mongodb/rbac/kustomization.yaml diff --git a/mongodb/rbac/role.yaml b/test/mongodb/rbac/role.yaml similarity index 100% rename from mongodb/rbac/role.yaml rename to test/mongodb/rbac/role.yaml diff --git a/mongodb/rbac/role_binding.yaml b/test/mongodb/rbac/role_binding.yaml similarity index 100% rename from mongodb/rbac/role_binding.yaml rename to test/mongodb/rbac/role_binding.yaml diff --git a/mongodb/rbac/role_binding_database.yaml b/test/mongodb/rbac/role_binding_database.yaml similarity index 100% rename from mongodb/rbac/role_binding_database.yaml rename to test/mongodb/rbac/role_binding_database.yaml diff --git a/mongodb/rbac/role_database.yaml b/test/mongodb/rbac/role_database.yaml similarity index 100% rename from mongodb/rbac/role_database.yaml rename to test/mongodb/rbac/role_database.yaml diff --git a/mongodb/rbac/service_account.yaml b/test/mongodb/rbac/service_account.yaml similarity index 100% rename from mongodb/rbac/service_account.yaml rename to test/mongodb/rbac/service_account.yaml diff --git a/mongodb/rbac/service_account_database.yaml b/test/mongodb/rbac/service_account_database.yaml similarity index 100% rename from mongodb/rbac/service_account_database.yaml rename to test/mongodb/rbac/service_account_database.yaml diff --git a/parcoursmob/config.yaml b/test/parcoursmob/config.yaml similarity index 100% rename from parcoursmob/config.yaml rename to test/parcoursmob/config.yaml diff --git a/parcoursmob/deployment.yaml b/test/parcoursmob/deployment.yaml similarity index 100% rename from parcoursmob/deployment.yaml rename to test/parcoursmob/deployment.yaml diff --git a/parcoursmob/kustomization.yaml b/test/parcoursmob/kustomization.yaml similarity index 100% rename from parcoursmob/kustomization.yaml rename to test/parcoursmob/kustomization.yaml diff --git a/parcoursmob/sealed-parcoursmob-secret.yaml b/test/parcoursmob/sealed-parcoursmob-secret.yaml similarity index 100% rename from parcoursmob/sealed-parcoursmob-secret.yaml rename to test/parcoursmob/sealed-parcoursmob-secret.yaml diff --git a/parcoursmob/service.yaml b/test/parcoursmob/service.yaml similarity index 100% rename from parcoursmob/service.yaml rename to test/parcoursmob/service.yaml