You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$(call check_defined, DOCKER_REGISTRY_USERNAME, Username for accessing the docker registry)
213
-
$(call check_defined, DOCKER_REGISTRY_PASSWORD. Password for accessing the docker registry)
213
+
$(call check_defined, DOCKER_REGISTRY_PASSWORD, Password for accessing the docker registry)
214
214
$(call check_defined, DOCKER_REGISTRY_SECRET, Name of Kubernetes secret in which to store the Docker registry username and password)
215
215
$(call check_defined, DOCKER_REGISTRY_SERVER, URL of docker registry containing the Operator image (e.g. registry.my-company.com))
216
216
@echo "Creating registry secret and patching default service account"
@@ -235,7 +235,7 @@ destroy: ## Delete all resources of this Operator
235
235
.PHONY: deploy-dev
236
236
deploy-dev: cmctl docker-build-dev manifests deploy-rbac docker-registry-secret ## Build current code as a Docker image, push the image, and deploy to current Kubernetes context
237
237
$(call check_defined, DOCKER_REGISTRY_USERNAME, Username for accessing the docker registry)
238
-
$(call check_defined, DOCKER_REGISTRY_PASSWORD. Password for accessing the docker registry)
238
+
$(call check_defined, DOCKER_REGISTRY_PASSWORD, Password for accessing the docker registry)
239
239
$(call check_defined, DOCKER_REGISTRY_SECRET, Name of Kubernetes secret in which to store the Docker registry username and password)
240
240
$(call check_defined, DOCKER_REGISTRY_SERVER, URL of docker registry containing the Operator image (e.g. registry.my-company.com))
0 commit comments