forked from kubernetes/ingress-nginx
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Versioned static manifests (kubernetes#8162)
* update deploy script to generate static manifests for all supported versions * generate static manifests for all supported versions
- Loading branch information
Showing
73 changed files
with
22,517 additions
and
163 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/references/kustomize/bases/ | ||
# | ||
# ``` | ||
# namespace: ingress-nginx | ||
# bases: | ||
# - github.com/kubernetes/ingress-nginx/deploy/static/provider/aws?ref=master | ||
# ``` | ||
|
||
resources: | ||
- deploy.yaml |
Oops, something went wrong.