ISSUE-4244 e2e test
This commit is contained in:
parent
203a3ed455
commit
e84c8cd705
3 changed files with 75 additions and 0 deletions
|
|
@ -0,0 +1,11 @@
|
|||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
patchesJson6902:
|
||||
- target:
|
||||
group: apps
|
||||
version: v1
|
||||
kind: Deployment
|
||||
name: nginx-ingress-controller
|
||||
path: deployment-patch.yaml
|
||||
bases:
|
||||
- ../../overlay
|
||||
Loading…
Add table
Add a link
Reference in a new issue