Skip to content
This repository was archived by the owner on May 8, 2025. It is now read-only.

Commit 0293efc

Browse files
authored
Fix deploy target not replacing IMG (#343)
1 parent 6b59348 commit 0293efc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ template: build-overlay
121121

122122
# Deploy the operator in the configured Kubernetes cluster in ~/.kube/config
123123
deploy: install webhook-cert config/default/manager_image_patch.yaml build-overlay
124-
sed -e 's#image: .*#image: '"$(IMG)"'#' ./config/default/manager_image_patch.template >./config/default/manager_image_patch.yaml
124+
sed -e 's#image: .*#image: '"$(IMG)"'#' ./config/deploy/manager_image_patch.template >./config/deploy/manager_image_patch.yaml
125125
@echo "Getting webhook server certificate"
126126
$(eval CA_BUNDLE := $(shell kubectl get secrets/webhook-server-cert -n $(FLINK_OPERATOR_NAMESPACE) -o jsonpath="{.data.tls\.crt}"))
127127
kubectl kustomize config/deploy \

0 commit comments

Comments
 (0)