File tree 3 files changed +30
-190
lines changed
3 files changed +30
-190
lines changed Original file line number Diff line number Diff line change @@ -322,7 +322,7 @@ e2e-gcp:
322
322
# # --------------------------------------
323
323
# Generate manifests e.g. CRD, RBAC etc.
324
324
.PHONY : manifests
325
- manifests : $(CONTROLLER_GEN ) )
325
+ manifests : $(CONTROLLER_GEN ) $( KUSTOMIZE )
326
326
# Generate the base CRD/RBAC
327
327
$(CONTROLLER_GEN ) $(CRD_OPTIONS ) rbac:roleName=secretproviderclasses-role paths=" ./apis/..." paths=" ./controllers" output:crd:artifacts:config=config/crd/bases
328
328
cp config/crd/bases/* manifest_staging/charts/secrets-store-csi-driver/templates
Original file line number Diff line number Diff line change @@ -6,5 +6,5 @@ require (
6
6
github.com/golang/protobuf v1.4.3
7
7
github.com/golangci/golangci-lint v1.31.0
8
8
sigs.k8s.io/controller-tools v0.4.0
9
- sigs.k8s.io/kustomize/kustomize/v3 v3.6.1
9
+ sigs.k8s.io/kustomize/kustomize/v3 v3.10.0
10
10
)
You can’t perform that action at this time.
0 commit comments