Closed mdanielolsson closed 3 years ago
Seems to be an environmental issue since it works on macos and using the TBAC UI.
Won't fix at this point as it's an issue on some environments only and workarounds exist. Using TBAC UI or native kubectl commands.
It's a known issue that the CLI doesn't support spaces in the data value like:
kubectl tbac create secret test --data "VAR=foo bar"
bar
in this case is treated as a new argument to thesecret
command. I have not found a way around this.Workaround for this is to use native kubectl.