Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.

Commit ba8f37a

Browse files
author
Julien Bouquillon
committed
chore: use RANCHER_PROJECT_ID for namespace
1 parent 9aae750 commit ba8f37a

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/production.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,7 @@ jobs:
229229
run: yarn --cwd .k8s --silent generate:preprod _namespace > namespace-preproduction.yml
230230
env:
231231
SOCIALGOUV_PREPRODUCTION: true
232+
RANCHER_PROJECT_ID: ${{ env.RANCHER_PROJECT_ID }}
232233
SOCIALGOUV_BASE_DOMAIN: ${{ env.SOCIALGOUV_BASE_DOMAIN }}
233234

234235
- name: Archive preproduction manifests

.github/workflows/review.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -242,6 +242,7 @@ jobs:
242242
run: yarn --cwd .k8s --silent generate:dev _namespace > namespace.yml
243243
env:
244244
SOCIALGOUV_BASE_DOMAIN: ${{ env.SOCIALGOUV_BASE_DOMAIN }}
245+
RANCHER_PROJECT_ID: $ {{ env.RANCHER_PROJECT_ID }}
245246

246247
- name: Archive k8s manifests
247248
uses: actions/upload-artifact@v2

0 commit comments

Comments
 (0)