Skip to content

Commit 0db882d

Browse files
authored
chore: remove useless example files in dockerfile (#2434)
1 parent 11ecb35 commit 0db882d

File tree

3 files changed

+0
-9
lines changed

3 files changed

+0
-9
lines changed

Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ WORKDIR /app
3939

4040
COPY --from=deps /bin/adc /bin/adc
4141
COPY ./bin/apisix-ingress-controller_${TARGETARCH} ./apisix-ingress-controller
42-
COPY ./config/samples/config.yaml ./conf/config.yaml
4342

4443
ENTRYPOINT ["/app/apisix-ingress-controller"]
4544
CMD ["-c", "/app/conf/config.yaml"]

Dockerfile.dev

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ WORKDIR /app
4444

4545
COPY --from=node_builder /bin/adc /bin/adc
4646
COPY ./bin/apisix-ingress-controller_${TARGETARCH} ./apisix-ingress-controller
47-
COPY ./config/samples/config.yaml ./conf/config.yaml
4847

4948
ENTRYPOINT ["/app/apisix-ingress-controller"]
5049
CMD ["-c", "/app/conf/config.yaml"]

test/e2e/gatewayapi/gatewayproxy.go

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff 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)

0 commit comments

Comments
 (0)