Skip to content
Snippets Groups Projects
Commit 16993a13 authored by Dean Kelly's avatar Dean Kelly
Browse files

Line 168, "apply" -> "create"

parent 8ec00674
No related branches found
No related tags found
2 merge requests!4Rht integration 2,!3Rht integration merge
...@@ -165,7 +165,7 @@ uninstall: manifests kustomize ## Uninstall CRDs from the K8s cluster specified ...@@ -165,7 +165,7 @@ uninstall: manifests kustomize ## Uninstall CRDs from the K8s cluster specified
deploy: manifests kustomize ## Deploy controller to the K8s cluster specified in ~/.kube/config. deploy: manifests kustomize ## Deploy controller to the K8s cluster specified in ~/.kube/config.
./scripts/pre_deploy.sh ./scripts/pre_deploy.sh
cd config/manager && $(KUSTOMIZE) edit set image controller=${IMG} cd config/manager && $(KUSTOMIZE) edit set image controller=${IMG}
$(KUSTOMIZE) build config/default | kubectl apply -f - $(KUSTOMIZE) build config/default | kubectl create -f -
./scripts/post_deploy.sh ./scripts/post_deploy.sh
.PHONY: undeploy .PHONY: undeploy
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment