We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3979d23 commit 0256e7aCopy full SHA for 0256e7a
Makefile
@@ -124,7 +124,7 @@ controller-gen:
124
# Download kustomize locally if necessary
125
KUSTOMIZE = $(shell pwd)/bin/kustomize
126
kustomize:
127
- $(call go-get-tool,$(KUSTOMIZE),sigs.k8s.io/kustomize/kustomize/[email protected])
+ $(call go-get-tool,$(KUSTOMIZE),sigs.k8s.io/kustomize/kustomize/[email protected])
128
129
# go-get-tool will 'go get' any package $2 and install it to $1.
130
PROJECT_DIR := $(shell dirname $(abspath $(lastword $(MAKEFILE_LIST))))
config/manager/kustomization.yaml
@@ -4,7 +4,7 @@ resources:
4
generatorOptions:
5
disableNameSuffixHash: true
6
7
-apiVersion: kustomize.config.k8s.io/v1
+apiVersion: kustomize.config.k8s.io/v1beta1
8
kind: Kustomization
9
images:
10
- name: mongodb-kubernetes-operator
0 commit comments