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)
210
-
$(call check_defined, DOCKER_REGISTRY_PASSWORD. Password for accessing the docker registry)
210
+
$(call check_defined, DOCKER_REGISTRY_PASSWORD, Password for accessing the docker registry)
211
211
$(call check_defined, DOCKER_REGISTRY_SECRET, Name of Kubernetes secret in which to store the Docker registry username and password)
212
212
$(call check_defined, DOCKER_REGISTRY_SERVER, URL of docker registry containing the Operator image (e.g. registry.my-company.com))
213
213
@echo "Creating registry secret and patching default service account"
@@ -232,7 +232,7 @@ destroy: ## Delete all resources of this Operator
232
232
.PHONY: deploy-dev
233
233
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
234
234
$(call check_defined, DOCKER_REGISTRY_USERNAME, Username for accessing the docker registry)
235
-
$(call check_defined, DOCKER_REGISTRY_PASSWORD. Password for accessing the docker registry)
235
+
$(call check_defined, DOCKER_REGISTRY_PASSWORD, Password for accessing the docker registry)
236
236
$(call check_defined, DOCKER_REGISTRY_SECRET, Name of Kubernetes secret in which to store the Docker registry username and password)
237
237
$(call check_defined, DOCKER_REGISTRY_SERVER, URL of docker registry containing the Operator image (e.g. registry.my-company.com))
0 commit comments