Skip to content

Commit

Permalink
Merge pull request #1194 from PokeAPI/bases-deprecation
Browse files Browse the repository at this point in the history
Use resources instead of bases in Kustomize
  • Loading branch information
Naramsim authored Jan 22, 2025
2 parents be3c01b + f108b0a commit 8b70d84
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Resources/k8s/kustomize/local/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization

bases:
resources:
- ../base

images:
Expand Down
2 changes: 1 addition & 1 deletion Resources/k8s/kustomize/staging/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization

bases:
resources:
- ../base

images:
Expand Down

0 comments on commit 8b70d84

Please sign in to comment.