diff --git a/.gitignore b/.gitignore index 32cfb3b9e..8a42d3602 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -*secrets*.yml +*secrets.yml diff --git a/config/.gitignore b/staging/config/.gitignore similarity index 100% rename from config/.gitignore rename to staging/config/.gitignore diff --git a/config/backend.yml b/staging/config/backend.yml similarity index 100% rename from config/backend.yml rename to staging/config/backend.yml diff --git a/config/neo4j.yml b/staging/config/neo4j.yml similarity index 100% rename from config/neo4j.yml rename to staging/config/neo4j.yml diff --git a/config/web.yml b/staging/config/web.yml similarity index 100% rename from config/web.yml rename to staging/config/web.yml diff --git a/deployments/backend.yml b/staging/deployments/backend.yml similarity index 100% rename from deployments/backend.yml rename to staging/deployments/backend.yml diff --git a/deployments/db-migration-worker.yml b/staging/deployments/db-migration-worker.yml similarity index 100% rename from deployments/db-migration-worker.yml rename to staging/deployments/db-migration-worker.yml diff --git a/deployments/neo4j.yml b/staging/deployments/neo4j.yml similarity index 100% rename from deployments/neo4j.yml rename to staging/deployments/neo4j.yml diff --git a/deployments/web.yml b/staging/deployments/web.yml similarity index 100% rename from deployments/web.yml rename to staging/deployments/web.yml diff --git a/namespace-staging.yml b/staging/namespace-staging.yml similarity index 100% rename from namespace-staging.yml rename to staging/namespace-staging.yml diff --git a/services/backend.yml b/staging/services/backend.yml similarity index 100% rename from services/backend.yml rename to staging/services/backend.yml diff --git a/services/neo4j.yml b/staging/services/neo4j.yml similarity index 100% rename from services/neo4j.yml rename to staging/services/neo4j.yml diff --git a/services/web.yml b/staging/services/web.yml similarity index 100% rename from services/web.yml rename to staging/services/web.yml diff --git a/volumes/mongo-export.yml b/staging/volumes/mongo-export.yml similarity index 84% rename from volumes/mongo-export.yml rename to staging/volumes/mongo-export.yml index 1fb537e5c..563a9cfe6 100644 --- a/volumes/mongo-export.yml +++ b/staging/volumes/mongo-export.yml @@ -10,4 +10,3 @@ resources: requests: storage: 1Gi - storageClassName: do-block-storage diff --git a/volumes/uploads.yml b/staging/volumes/uploads.yml similarity index 84% rename from volumes/uploads.yml rename to staging/volumes/uploads.yml index 3a9dfcdad..a48d28ddc 100644 --- a/volumes/uploads.yml +++ b/staging/volumes/uploads.yml @@ -10,4 +10,3 @@ resources: requests: storage: 8Gi - storageClassName: do-block-storage