Skip to content

Commit

Permalink
feat(baremetal): Add kustomization.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
haslersn committed Aug 5, 2020
1 parent 3b31b9a commit 7ddb734
Show file tree
Hide file tree
Showing 5 changed files with 55 additions and 0 deletions.
11 changes: 11 additions & 0 deletions deploy/static/provider/aws/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -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 changes: 11 additions & 0 deletions deploy/static/provider/baremetal/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -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 changes: 11 additions & 0 deletions deploy/static/provider/cloud/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -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 changes: 11 additions & 0 deletions deploy/static/provider/do/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -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 changes: 11 additions & 0 deletions deploy/static/provider/kind/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 7ddb734

Please sign in to comment.