feat(baremetal): Add kustomization.yaml

This commit is contained in:
haslersn 2020-08-02 04:46:03 +02:00
parent 3b31b9a0a8
commit 7ddb7343fa
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