File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -124,7 +124,7 @@ controller-gen:
124
124
# Download kustomize locally if necessary
125
125
KUSTOMIZE = $(shell pwd) /bin/kustomize
126
126
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] )
128
128
129
129
# go-get-tool will 'go get' any package $2 and install it to $1.
130
130
PROJECT_DIR := $(shell dirname $(abspath $(lastword $(MAKEFILE_LIST ) ) ) )
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ resources:
4
4
generatorOptions :
5
5
disableNameSuffixHash : true
6
6
7
- apiVersion : kustomize.config.k8s.io/v1
7
+ apiVersion : kustomize.config.k8s.io/v1beta1
8
8
kind : Kustomization
9
9
images :
10
10
- name : mongodb-kubernetes-operator
You can’t perform that action at this time.
0 commit comments