File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 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 }}
You can’t perform that action at this time.
0 commit comments