File tree Expand file tree Collapse file tree 3 files changed +11
-2
lines changed
Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -236,7 +236,7 @@ workflows:
236236 config-environment : " staging"
237237 cluster-authentication-role-arn : " ${AWS_CLUSTER_AUTH_ROLE_ARN_STAGING}"
238238 region : " ${AWS_REGION}"
239- namespace : " ${AWS_ECR_REPO_NAME} "
239+ namespace : " <% .Name % > "
240240 tag : " ${VERSION_TAG}"
241241 requires :
242242 - build_and_push
@@ -258,7 +258,7 @@ workflows:
258258 config-environment : " production"
259259 cluster-authentication-role-arn : " ${AWS_CLUSTER_AUTH_ROLE_ARN_PRODUCTION}"
260260 region : " ${AWS_REGION}"
261- namespace : " ${AWS_ECR_REPO_NAME} "
261+ namespace : " <% .Name % > "
262262 tag : " ${VERSION_TAG}"
263263 requires :
264264 - queue/block_workflow
Original file line number Diff line number Diff line change 11apiVersion : kustomize.config.k8s.io/v1beta1
22kind : Kustomization
3+ namespace : <% .Name %>
4+
5+ resources :
6+ - namespace.yml
7+
38secretGenerator :
49- name : <% .Name %>
510 env : secrets.env
Original file line number Diff line number Diff line change 1+ apiVersion : v1
2+ kind : Namespace
3+ metadata :
4+ name : <% .Name %>
You can’t perform that action at this time.
0 commit comments