Skip to content

Commit

Permalink
fix: use the correct path for kubectl in template
Browse files Browse the repository at this point in the history
  • Loading branch information
omissis committed Jan 9, 2024
1 parent fa87dcb commit b0dab1f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ $kubectlbin delete ingress --ignore-not-found=true --namespace=pomerium minio
{{- end }}

{{- if ne .spec.distribution.modules.dr.type "none" }}
kubectl delete --ignore-not-found=true daemonset -n kube-system node-agent
$kubectlbin delete --ignore-not-found=true daemonset -n kube-system node-agent
{{- end }}

kubectl delete --ignore-not-found=true job -n kube-system minio-setup
$kubectlbin delete --ignore-not-found=true job -n kube-system minio-setup

0 comments on commit b0dab1f

Please sign in to comment.