FIX BDR -> BRD
All checks were successful
dev test / test (push) Successful in 23s
dev test / vulnCheck (push) Successful in 14s
dev test / Ci-Lint (push) Successful in 24s
${{ github.actor }} executed Build Push Prod / build (push) Successful in 13m47s
${{ github.actor }} executed Build Push Prod / deploy (push) Successful in 20s

This commit is contained in:
maximo tejeda 2024-12-04 10:34:01 -04:00
parent d3f56d52f5
commit 419cf10fb2
2 changed files with 3 additions and 3 deletions

View File

@ -68,7 +68,7 @@ jobs:
ANAP: "${{ vars.ANAP }}"
BCCRB: "${{ vars.BCCRB }}"
BCD: "${{ vars.BCD }}"
BDR: "${{ vars.BDR }}"
BRD: "${{ vars.BRD }}"
BHD: "${{ vars.BHD }}"
BNC: "${{ vars.BNC }}"
BNSC: "${{ vars.BNSC }}"

View File

@ -129,8 +129,8 @@ spec:
- name: crawler-brd-$REPONAME
image: $IMAGE
env:
- name: BDR
value: $BDR
- name: BRD
value: $BRD
- name: NATSURI
value: $NATS_SERVICE_URL
- name: WHO