diff --git a/workspaces/controller/Makefile b/workspaces/controller/Makefile index 47985aed..323e14b0 100644 --- a/workspaces/controller/Makefile +++ b/workspaces/controller/Makefile @@ -138,7 +138,7 @@ uninstall: manifests kustomize ## Uninstall CRDs from the K8s cluster specified .PHONY: deploy deploy: manifests kustomize ## Deploy controller to the K8s cluster specified in ~/.kube/config. - cd config/manager && $(KUSTOMIZE) edit set image controller=${IMG} + cd config/manager && $(KUSTOMIZE) edit set image workspaces-controller=${IMG} $(KUSTOMIZE) build config/default | $(KUBECTL) apply -f - .PHONY: undeploy diff --git a/workspaces/controller/config/manager/manager.yaml b/workspaces/controller/config/manager/manager.yaml index 1595fea2..0452b613 100644 --- a/workspaces/controller/config/manager/manager.yaml +++ b/workspaces/controller/config/manager/manager.yaml @@ -53,7 +53,7 @@ spec: - --leader-elect - --health-probe-bind-address=:8081 - --metrics-bind-address=0 - image: workspaces-controller:latest + image: workspaces-controller imagePullPolicy: IfNotPresent name: manager securityContext: