mirror of
https://github.com/Telecominfraproject/wlan-testing.git
synced 2025-10-29 18:12:34 +00:00
Update cgw-dev-deployment.yaml
This commit is contained in:
4
.github/workflows/cgw-dev-deployment.yaml
vendored
4
.github/workflows/cgw-dev-deployment.yaml
vendored
@@ -93,13 +93,13 @@ jobs:
|
||||
helm plugin install https://github.com/jkroepke/helm-secrets
|
||||
|
||||
- name: Deploy OpenLAN Cloud Gateway and services
|
||||
if: {{ github.event.inputs.just_component }} == "false"
|
||||
if: ${{ github.event.inputs.just_component }} == "false"
|
||||
working-directory: wlan-cloud-ucentral-deploy/cgw
|
||||
run: |
|
||||
helmfile --environment ${{ matrix.namespace }} apply
|
||||
|
||||
- name: Deploy OpenLAN Cloud Gateway only
|
||||
if: {{ github.event.inputs.just_component }} == "true"
|
||||
if: ${{ github.event.inputs.just_component }} == "true"
|
||||
working-directory: wlan-cloud-ucentral-deploy/cgw
|
||||
run: |
|
||||
helmfile --environment ${{ matrix.namespace }} -l app=cgw apply
|
||||
|
||||
Reference in New Issue
Block a user