Skip to content
Snippets Groups Projects
Commit 6d5d3df4 authored by Dean Lovett's avatar Dean Lovett
Browse files

fix: added dynamic namespaces

parent 782b18bc
No related branches found
No related tags found
No related merge requests found
...@@ -10,6 +10,8 @@ build: ...@@ -10,6 +10,8 @@ build:
- if: '$CI_COMMIT_BRANCH' - if: '$CI_COMMIT_BRANCH'
staging: staging:
variables:
KUBE_NAMESPACE: "$CI_PROJECT_NAME-$CI_ENVIRONMENT_SLUG"
rules: rules:
- if: '$CI_KUBERNETES_ACTIVE == null || $CI_KUBERNETES_ACTIVE == ""' - if: '$CI_KUBERNETES_ACTIVE == null || $CI_KUBERNETES_ACTIVE == ""'
when: never when: never
...@@ -75,4 +77,4 @@ testing: ...@@ -75,4 +77,4 @@ testing:
when: never when: never
- if: '$STAGING_ENABLED' - if: '$STAGING_ENABLED'
when: manual when: manual
allow_failure: true allow_failure: true
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment