Skip to content

Commit

Permalink
Merge pull request #30 from ian-jarrett/main
Browse files Browse the repository at this point in the history
Added nita namespace
  • Loading branch information
aburston authored Mar 18, 2024
2 parents 4af4131 + 2ac4f40 commit 098230b
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 098230b

Please sign in to comment.