Merge pull request #5965 from haslersn/baremetal/kustomize

feat(baremetal): Add kustomization.yaml
This commit is contained in:
Kubernetes Prow Robot 2020-08-05 19:06:55 -07:00 committed by GitHub
commit 7772c2ac64
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 55 additions and 0 deletions

View 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

View 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

View 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

View 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

View 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