Skip to content

Commit

Permalink
fix: kustomize fix for integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
shaneutt committed Aug 30, 2023
1 parent f5c8e7b commit 7e4d57b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions config/tests/integration/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
bases:
- ../../default

images:
- name: ghcr.io/kong/blixt-dataplane
Expand All @@ -8,3 +6,7 @@ images:
newTag: integration-tests
- name: ghcr.io/kong/blixt-udp-test-server
newTag: integration-tests
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- ../../default

0 comments on commit 7e4d57b

Please sign in to comment.