Merge pull request #5965 from haslersn/baremetal/kustomize
feat(baremetal): Add kustomization.yaml
This commit is contained in:
commit
7772c2ac64
5 changed files with 55 additions and 0 deletions
11
deploy/static/provider/aws/kustomization.yaml
Normal file
11
deploy/static/provider/aws/kustomization.yaml
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
# NOTE: kustomize is not supported. This file exists only to be able to reference it from bases.
|
||||||
|
# https://kubectl.docs.kubernetes.io/pages/reference/kustomize.html#bases
|
||||||
|
#
|
||||||
|
# ```
|
||||||
|
# namespace: ingress-nginx
|
||||||
|
# bases:
|
||||||
|
# - github.com/kubernetes/ingress-nginx/deploy/static/provider/aws?ref=master
|
||||||
|
# ```
|
||||||
|
|
||||||
|
resources:
|
||||||
|
- deploy.yaml
|
11
deploy/static/provider/baremetal/kustomization.yaml
Normal file
11
deploy/static/provider/baremetal/kustomization.yaml
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
# NOTE: kustomize is not supported. This file exists only to be able to reference it from bases.
|
||||||
|
# https://kubectl.docs.kubernetes.io/pages/reference/kustomize.html#bases
|
||||||
|
#
|
||||||
|
# ```
|
||||||
|
# namespace: ingress-nginx
|
||||||
|
# bases:
|
||||||
|
# - github.com/kubernetes/ingress-nginx/deploy/static/provider/baremetal?ref=master
|
||||||
|
# ```
|
||||||
|
|
||||||
|
resources:
|
||||||
|
- deploy.yaml
|
11
deploy/static/provider/cloud/kustomization.yaml
Normal file
11
deploy/static/provider/cloud/kustomization.yaml
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
# NOTE: kustomize is not supported. This file exists only to be able to reference it from bases.
|
||||||
|
# https://kubectl.docs.kubernetes.io/pages/reference/kustomize.html#bases
|
||||||
|
#
|
||||||
|
# ```
|
||||||
|
# namespace: ingress-nginx
|
||||||
|
# bases:
|
||||||
|
# - github.com/kubernetes/ingress-nginx/deploy/static/provider/cloud?ref=master
|
||||||
|
# ```
|
||||||
|
|
||||||
|
resources:
|
||||||
|
- deploy.yaml
|
11
deploy/static/provider/do/kustomization.yaml
Normal file
11
deploy/static/provider/do/kustomization.yaml
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
# NOTE: kustomize is not supported. This file exists only to be able to reference it from bases.
|
||||||
|
# https://kubectl.docs.kubernetes.io/pages/reference/kustomize.html#bases
|
||||||
|
#
|
||||||
|
# ```
|
||||||
|
# namespace: ingress-nginx
|
||||||
|
# bases:
|
||||||
|
# - github.com/kubernetes/ingress-nginx/deploy/static/provider/do?ref=master
|
||||||
|
# ```
|
||||||
|
|
||||||
|
resources:
|
||||||
|
- deploy.yaml
|
11
deploy/static/provider/kind/kustomization.yaml
Normal file
11
deploy/static/provider/kind/kustomization.yaml
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
# NOTE: kustomize is not supported. This file exists only to be able to reference it from bases.
|
||||||
|
# https://kubectl.docs.kubernetes.io/pages/reference/kustomize.html#bases
|
||||||
|
#
|
||||||
|
# ```
|
||||||
|
# namespace: ingress-nginx
|
||||||
|
# bases:
|
||||||
|
# - github.com/kubernetes/ingress-nginx/deploy/static/provider/kind?ref=master
|
||||||
|
# ```
|
||||||
|
|
||||||
|
resources:
|
||||||
|
- deploy.yaml
|
Loading…
Reference in a new issue