Skip to content

Commit cad7b72

Browse files
committed
Fix namespace in helm test
1 parent bdc15ec commit cad7b72

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/helm.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -119,14 +119,13 @@ jobs:
119119

120120
- name: Install Chart
121121
run: |
122-
ct install --config .ct.yaml --helm-extra-set-args="--set=nginxGateway.image.tag=${{ steps.ngf-meta.outputs.version }} \
122+
ct install --config .ct.yaml --namespace nginx-gateway --helm-extra-set-args="--set=nginxGateway.image.tag=${{ steps.ngf-meta.outputs.version }} \
123123
--set=nginx.image.repository=ghcr.io/nginxinc/nginx-gateway-fabric/nginx${{ inputs.image == 'plus' && '-plus' || ''}} \
124124
--set=nginx.plus=${{ inputs.image == 'plus' }} \
125125
--set=nginx.image.tag=${{ steps.nginx-meta.outputs.version }} \
126126
--set=nginxGateway.image.pullPolicy=Never \
127127
--set=nginx.image.pullPolicy=Never \
128-
--set=nginxGateway.productTelemetry.enable=false \
129-
--namespace nginx-gateway"
128+
--set=nginxGateway.productTelemetry.enable=false"
130129
131130
helm-test-remote:
132131
name: Helm Tests Remote

0 commit comments

Comments
 (0)