File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -240,18 +240,12 @@ jobs:
240
240
.
241
241
--wait
242
242
--create-namespace
243
- <<<<<<< HEAD
244
243
--set nginxGateway.image.repository=$(echo ${{ steps.nkg-meta.outputs.tags }} | cut -d ":" -f 1)
245
244
--set nginxGateway.image.tag=$(echo ${{ steps.nkg-meta.outputs.tags }} | cut -d ":" -f 2)
246
245
--set nginxGateway.image.pullPolicy=Never
247
246
--set nginx.image.repository=$(echo ${{ steps.nginx-meta.outputs.tags }} | cut -d ":" -f 1)
248
247
--set nginx.image.tag=$(echo ${{ steps.nginx-meta.outputs.tags }} | cut -d ":" -f 2)
249
248
--set nginx.image.pullPolicy=Never
250
- =======
251
- --set nginxGateway.image.repository=$(echo ${{ steps.meta.outputs.tags }} | cut -d ":" -f 1)
252
- --set nginxGateway.image.tag=$(echo ${{ steps.meta.outputs.tags }} | cut -d ":" -f 2)
253
- --set nginxGateway.image.pullPolicy=Never
254
- >>>>>>> 606489f (Dynamic control plane configuration support)
255
249
--set service.type=NodePort
256
250
-n nginx-gateway
257
251
working-directory : ${{ github.workspace }}/deploy/helm-chart
You can’t perform that action at this time.
0 commit comments