Skip to content

Commit

Permalink
fix: Solve kustomize warning
Browse files Browse the repository at this point in the history
Update namespace-runtimes kustomization to fix warning about `bases` is
deprecated.

Signed-off-by: Zhiwei Huang <[email protected]>
  • Loading branch information
hex2dec committed Sep 23, 2024
1 parent f8cc7aa commit c04c58d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/namespace-runtimes/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
bases:
resources:
- ../runtimes
patches:
- target:
Expand Down

0 comments on commit c04c58d

Please sign in to comment.