Skip to content

Commit 3adb59d

Browse files
committed
Fix merge conflict
1 parent 041fea9 commit 3adb59d

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -240,18 +240,12 @@ jobs:
240240
.
241241
--wait
242242
--create-namespace
243-
<<<<<<< HEAD
244243
--set nginxGateway.image.repository=$(echo ${{ steps.nkg-meta.outputs.tags }} | cut -d ":" -f 1)
245244
--set nginxGateway.image.tag=$(echo ${{ steps.nkg-meta.outputs.tags }} | cut -d ":" -f 2)
246245
--set nginxGateway.image.pullPolicy=Never
247246
--set nginx.image.repository=$(echo ${{ steps.nginx-meta.outputs.tags }} | cut -d ":" -f 1)
248247
--set nginx.image.tag=$(echo ${{ steps.nginx-meta.outputs.tags }} | cut -d ":" -f 2)
249248
--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)
255249
--set service.type=NodePort
256250
-n nginx-gateway
257251
working-directory: ${{ github.workspace }}/deploy/helm-chart

0 commit comments

Comments
 (0)