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
Separates the tools binaries out to their own folder so we can stop doing funky stuff to ignore them when building the operator-controller image.
Signed-off-by: dtfranz <dfranz@redhat.com>
Copy file name to clipboardExpand all lines: Makefile
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -174,10 +174,12 @@ deploy: manifests kustomize ## Deploy controller to the K8s cluster specified in
174
174
undeploy: ## Undeploy controller from the K8s cluster specified in ~/.kube/config. Call with ignore-not-found=true to ignore resource not found errors during deletion.
0 commit comments