File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -119,14 +119,13 @@ jobs:
119
119
120
120
- name : Install Chart
121
121
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 }} \
123
123
--set=nginx.image.repository=ghcr.io/nginxinc/nginx-gateway-fabric/nginx${{ inputs.image == 'plus' && '-plus' || ''}} \
124
124
--set=nginx.plus=${{ inputs.image == 'plus' }} \
125
125
--set=nginx.image.tag=${{ steps.nginx-meta.outputs.version }} \
126
126
--set=nginxGateway.image.pullPolicy=Never \
127
127
--set=nginx.image.pullPolicy=Never \
128
- --set=nginxGateway.productTelemetry.enable=false \
129
- --namespace nginx-gateway"
128
+ --set=nginxGateway.productTelemetry.enable=false"
130
129
131
130
helm-test-remote :
132
131
name : Helm Tests Remote
You can’t perform that action at this time.
0 commit comments