Skip to content

Commit 4008031

Browse files
author
maxgio92
authored
chore(config): remove kustomize deprecations (#1362)
kustomize v3 deprecated the use of bases, and resources field inherits its responsibility. Signed-off-by: Massimiliano Giovagnoli <me@maxgio.it>
1 parent ddd1952 commit 4008031

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

config/default/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
namePrefix: ""
22

3-
bases:
3+
resources:
44
- ../crd
55
- ../rbac
66
- ../manager
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# used to run the operator locally
22
namePrefix: ""
33

4-
bases:
4+
resources:
55
- ../crd
66
- ../rbac

0 commit comments

Comments
 (0)