Skip to content

Commit

Permalink
Versioned static manifests (kubernetes#8162)
Browse files Browse the repository at this point in the history
* update deploy script to generate static manifests for all supported versions

* generate static manifests for all supported versions
  • Loading branch information
afirth authored Feb 13, 2022
1 parent 5754eb6 commit c9f6121
Show file tree
Hide file tree
Showing 73 changed files with 22,517 additions and 163 deletions.
676 changes: 676 additions & 0 deletions deploy/static/provider/aws/1.19/deploy.yaml

Large diffs are not rendered by default.

11 changes: 11 additions & 0 deletions deploy/static/provider/aws/1.19/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/references/kustomize/bases/
#
# ```
# namespace: ingress-nginx
# bases:
# - github.com/kubernetes/ingress-nginx/deploy/static/provider/aws?ref=master
# ```

resources:
- deploy.yaml
Loading

0 comments on commit c9f6121

Please sign in to comment.