Skip to content

Commit 9ab4086

Browse files
authored
Merge pull request #547 from tam7t/tam7t-build-manfiests
build: make manifests dependencies
2 parents b864ecf + 001117a commit 9ab4086

File tree

3 files changed

+30
-190
lines changed

3 files changed

+30
-190
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ e2e-gcp:
322322
## --------------------------------------
323323
# Generate manifests e.g. CRD, RBAC etc.
324324
.PHONY: manifests
325-
manifests: $(CONTROLLER_GEN))
325+
manifests: $(CONTROLLER_GEN) $(KUSTOMIZE)
326326
# Generate the base CRD/RBAC
327327
$(CONTROLLER_GEN) $(CRD_OPTIONS) rbac:roleName=secretproviderclasses-role paths="./apis/..." paths="./controllers" output:crd:artifacts:config=config/crd/bases
328328
cp config/crd/bases/* manifest_staging/charts/secrets-store-csi-driver/templates

hack/tools/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ require (
66
github.com/golang/protobuf v1.4.3
77
github.com/golangci/golangci-lint v1.31.0
88
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
1010
)

0 commit comments

Comments
 (0)