Skip to content

Commit

Permalink
Added nita namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
ian-jarrett committed Mar 11, 2024
1 parent 4af4131 commit 2ac4f40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli_scripts/nita-cmd_ansible_cli
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

if [ -x "$(command -v kubectl)" ]; then

CMD="kubectl run -i --tty --rm nita-ansible --image=juniper/nita-ansible:22.8-2 --restart=Never -- bash"
CMD="kubectl run -i --tty -n nita --rm nita-ansible --image=juniper/nita-ansible:22.8-2 --restart=Never -- bash"

elif [ -x "$(command -v docker)" ]; then

Expand Down

0 comments on commit 2ac4f40

Please sign in to comment.