File tree 2 files changed +6
-0
lines changed
internal/plugins/manifests/v2
testdata/helm/memcached-operator
2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -230,6 +230,9 @@ bundle: manifests kustomize operator-sdk ## Generate bundle manifests and metada
230
230
`
231
231
232
232
makefileBundleFragmentNonGo = `
233
+ # Container tool to use for building images
234
+ CONTAINER_TOOL ?= docker
235
+
233
236
.PHONY: bundle
234
237
bundle: kustomize operator-sdk ## Generate bundle manifests and metadata, then validate generated files.
235
238
$(OPERATOR_SDK) generate kustomize manifests -q
Original file line number Diff line number Diff line change @@ -171,6 +171,9 @@ OPERATOR_SDK = $(shell which operator-sdk)
171
171
endif
172
172
endif
173
173
174
+ # Container tool to use for building and pushing images
175
+ CONTAINER_TOOL ?= docker
176
+
174
177
.PHONY : bundle
175
178
bundle : kustomize operator-sdk # # Generate bundle manifests and metadata, then validate generated files.
176
179
$(OPERATOR_SDK ) generate kustomize manifests --interactive=false -q
You can’t perform that action at this time.
0 commit comments