File tree Expand file tree Collapse file tree 3 files changed +0
-9
lines changed
Expand file tree Collapse file tree 3 files changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,6 @@ WORKDIR /app
3939
4040COPY --from=deps /bin/adc /bin/adc
4141COPY ./bin/apisix-ingress-controller_${TARGETARCH} ./apisix-ingress-controller
42- COPY ./config/samples/config.yaml ./conf/config.yaml
4342
4443ENTRYPOINT ["/app/apisix-ingress-controller" ]
4544CMD ["-c" , "/app/conf/config.yaml" ]
Original file line number Diff line number Diff line change @@ -44,7 +44,6 @@ WORKDIR /app
4444
4545COPY --from=node_builder /bin/adc /bin/adc
4646COPY ./bin/apisix-ingress-controller_${TARGETARCH} ./apisix-ingress-controller
47- COPY ./config/samples/config.yaml ./conf/config.yaml
4847
4948ENTRYPOINT ["/app/apisix-ingress-controller"]
5049CMD ["-c", "/app/conf/config.yaml"]
Original file line number Diff line number Diff line change @@ -364,13 +364,6 @@ spec:
364364 )
365365
366366 Context ("Test GatewayProxy Provider Validation" , func () {
367- AfterEach (func () {
368- By ("Clean up GatewayProxy resources" )
369- _ = s .DeleteResourceFromString (gatewayProxyWithInvalidProviderType )
370- _ = s .DeleteResourceFromString (gatewayProxyWithMissingControlPlane )
371- _ = s .DeleteResourceFromString (gatewayProxyWithValidProvider )
372- })
373-
374367 It ("Should reject invalid provider type" , func () {
375368 By ("Create GatewayProxy with invalid provider type" )
376369 err := s .CreateResourceFromString (gatewayProxyWithInvalidProviderType )
You can’t perform that action at this time.
0 commit comments