Skip to content

Commit beabd5c

Browse files
committed
Remove eroneously placed cookiecutter variables in root deploy.yml
1 parent 3ac77e4 commit beabd5c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/deploy.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ canary:
99
value_files:
1010
- "./graphql_django_apollo_starter/environment_config/production.values.yaml"
1111
- "./graphql_django_apollo_starter/environment_config/_common.values.yaml"
12-
release: {{ cookiecutter.kubernetes_production_namespace }}
13-
namespace: {{ cookiecutter.kubernetes_production_namespace }}
12+
release: production-doppelganger
13+
namespace: production-doppelganger
1414
track: canary
1515
values:
1616
appVersion: ${{ github.sha }}
@@ -29,8 +29,8 @@ production:
2929
- "./graphql_django_apollo_starter/environment_config/_common.values.yaml"
3030
# Remove the canary deployment if it exists when doing a full prod deploy.
3131
remove_canary: true
32-
release: {{ cookiecutter.kubernetes_production_namespace }}
33-
namespace: {{ cookiecutter.kubernetes_production_namespace }}
32+
release: production-doppelganger
33+
namespace: production-doppelganger
3434
track: stable
3535
values:
3636
appVersion: ${{ github.sha }}
@@ -45,8 +45,8 @@ staging:
4545
value_files:
4646
- "./graphql_django_apollo_starter/environment_config/staging.values.yaml"
4747
- "./graphql_django_apollo_starter/environment_config/_common.values.yaml"
48-
release: {{ cookiecutter.kubernetes_staging_namespace }}
49-
namespace: {{ cookiecutter.kubernetes_staging_namespace }}
48+
release: staging-doppelganger
49+
namespace: staging-doppelganger
5050
track: stable
5151
values:
5252
appVersion: ${{ github.sha }}

0 commit comments

Comments
 (0)