9 lines
206 B
YAML
9 lines
206 B
YAML
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
||
|
kind: Kustomization
|
||
|
|
||
|
resources:
|
||
|
- https://github.com/apache/apisix-ingress-controller/samples/deploy?ref=v1.8.0
|
||
|
|
||
|
patches:
|
||
|
- path: patches/ingress-controller.yaml
|