Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix deprecated patches support with kustomize for k8s v1.27.0 release #616

Merged
merged 2 commits into from
Oct 10, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ bases:
resources:
- nlb.yaml
patches:
- deployment.yaml
- path: deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ bases:
resources:
- nlb.yaml
patches:
- deployment.yaml
- path: deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ bases:
resources:
- nlb.yaml
patches:
- deployment.yaml
- path: deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ bases:
# HIGHLIGHT
patches:
# HIGHLIGHT
- deployment-patch.yaml
- path: deployment-patch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ kind: Kustomization
bases:
- ../provisioner
patches:
- provisioner.yaml
- path: provisioner.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ bases:
resources:
- hpa.yaml
patches:
- deployment.yaml
- path: deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ kind: Kustomization
bases:
- ../nlb
patches:
- nlb.yaml
- path: nlb.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ kind: Kustomization
bases:
- ../checkout
patches:
- checkout-redis.yaml
- checkout.yaml
- path: checkout-redis.yaml
- path: checkout.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ kind: Kustomization
bases:
- ../../../../base-application/checkout/
patches:
- checkout.yaml
- path: checkout.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ kind: Kustomization
bases:
- ../../../../base-application/checkout
patches:
- deployment.yaml
- path: deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ kind: Kustomization
bases:
- ../sizing
patches:
- deployment.yaml
- path: deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ kind: Kustomization
bases:
- ../enabling
patches:
- deployment.yaml
- path: deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ kind: Kustomization
bases:
- ../../../../../base-application/ui
patches:
- deployment.yaml
- path: deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ kind: Kustomization
bases:
- ../../../../../base-application/ui
patches:
- deployment.yaml
- path: deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ bases:
resources:
- efspvclaim.yaml
patches:
- deployment.yaml
- path: deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ bases:
resources:
- fsxnpvclaim.yaml
patches:
- deployment.yaml
- path: deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ kind: Kustomization
bases:
- ../../../base-application/checkout
patches:
- deployment.yaml
- path: deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ kind: Kustomization
bases:
- ../../../../base-application/checkout/
patches:
- checkout.yaml
- path: checkout.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ vars:
fieldref:
fieldpath: data.CATALOG_RDS_PASSWORD
patches:
- catalog-configMap.yaml
- secrets.yaml
- path: catalog-configMap.yaml
- path: secrets.yaml
resources:
- nlb.yaml
configurations:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ namespace: checkoutv2
resources:
- ../../../../base-application/checkout
patches:
- deploymentv2.yaml
- servicev2.yaml
- delete-deployment-redis.yaml
- delete-service-redis.yaml
- path: deploymentv2.yaml
- path: servicev2.yaml
- path: delete-deployment-redis.yaml
- path: delete-service-redis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ vars:
fieldref:
fieldpath: data.CARTS_IAM_ROLE
patches:
- carts-serviceAccount.yaml
- path: carts-serviceAccount.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ kind: Kustomization
bases:
- ../base
patches:
- namespace.yaml
- deployment.yaml
- path: namespace.yaml
- path: deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ kind: Kustomization
bases:
- ../base
patches:
- namespace.yaml
- path: namespace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ kind: Kustomization
bases:
- ../base
patches:
- deployment.yaml
- path: deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ kind: Kustomization
bases:
- ../base
patches:
- namespace.yaml
- path: namespace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ kind: Kustomization
bases:
- ../base
patches:
- namespace.yaml
- deployment.yaml
- path: namespace.yaml
- path: deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ kind: Kustomization
bases:
- ../../../base-application/catalog
patches:
- deployment.yaml
- path: deployment.yaml
1 change: 1 addition & 0 deletions website/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,4 @@
npm-debug.log*
yarn-debug.log*
yarn-error.log*
yarn.lock
Loading