Azure/kube-advisor

error: Invalid JSON Patch

Opened this issue · 1 comments

The command

# kubectl run --rm -i -t kubeadvisor --image=mcr.microsoft.com/aks/kubeadvisor --restart=Never --overrides="{ \"apiVersion\": \"v1\", \"spec\": { \"serviceAccountName\": \"kube-advisor\" } }"

indicated in the README.md page returns

# error: Invalid JSON Patch

this change seems to solve the problem: #10