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
if [ -n"$$out" ];thenecho"$$out"|"$(KUBECTL)" apply -f -;elseecho"No CRDs to install; skipping.";fi
163
163
164
164
.PHONY: uninstall
165
165
uninstall: manifests kustomize ## Uninstall CRDs from the K8s cluster specified in ~/.kube/config. Call with ignore-not-found=true to ignore resource not found errors during deletion.
undeploy: kustomize ## Undeploy controller from the K8s cluster specified in ~/.kube/config. Call with ignore-not-found=true to ignore resource not found errors during deletion.
if [ -n"$$out" ];thenecho"$$out"|"$(KUBECTL)" apply -f -;elseecho"No CRDs to install; skipping.";fi
159
159
160
160
.PHONY: uninstall
161
161
uninstall: manifests kustomize ## Uninstall CRDs from the K8s cluster specified in ~/.kube/config. Call with ignore-not-found=true to ignore resource not found errors during deletion.
undeploy: kustomize ## Undeploy controller from the K8s cluster specified in ~/.kube/config. Call with ignore-not-found=true to ignore resource not found errors during deletion.
if [ -n"$$out" ];thenecho"$$out"|"$(KUBECTL)" apply -f -;elseecho"No CRDs to install; skipping.";fi
163
163
164
164
.PHONY: uninstall
165
165
uninstall: manifests kustomize ## Uninstall CRDs from the K8s cluster specified in ~/.kube/config. Call with ignore-not-found=true to ignore resource not found errors during deletion.
undeploy: kustomize ## 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