Skip to content

Commit 0256e7a

Browse files
authored
Fixing the make deploy command (#626)
1 parent 3979d23 commit 0256e7a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ controller-gen:
124124
# Download kustomize locally if necessary
125125
KUSTOMIZE = $(shell pwd)/bin/kustomize
126126
kustomize:
127-
$(call go-get-tool,$(KUSTOMIZE),sigs.k8s.io/kustomize/kustomize/[email protected])
127+
$(call go-get-tool,$(KUSTOMIZE),sigs.k8s.io/kustomize/kustomize/[email protected])
128128

129129
# go-get-tool will 'go get' any package $2 and install it to $1.
130130
PROJECT_DIR := $(shell dirname $(abspath $(lastword $(MAKEFILE_LIST))))

config/manager/kustomization.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ resources:
44
generatorOptions:
55
disableNameSuffixHash: true
66

7-
apiVersion: kustomize.config.k8s.io/v1
7+
apiVersion: kustomize.config.k8s.io/v1beta1
88
kind: Kustomization
99
images:
1010
- name: mongodb-kubernetes-operator

0 commit comments

Comments
 (0)