add helm for containerlab

This commit is contained in:
2023-11-23 16:54:43 +01:00
parent 26ccfd6503
commit c67426c641
3 changed files with 8 additions and 20 deletions

View File

@@ -93,3 +93,7 @@ kubernetes_alias_bashrc:
regexp: "^complete -F __start_kubectl k"
state: present
line: "complete -F __start_kubectl k"
- path: "/root/.bashrc"
regexp: '^alias kname="kubectl config set-context --current --namespace="'
state: present
line: '^alias kname="kubectl config set-context --current --namespace="'