mirror of
https://gitlab.com/dabruh/dotfiles.git
synced 2024-12-28 04:48:12 +01:00
11 lines
164 B
Bash
11 lines
164 B
Bash
#!/bin/bash
|
|
|
|
# Kubernetes things
|
|
alias \
|
|
cx="kubectl-ctx" \
|
|
f='flux' \
|
|
gn='g5ncli' \
|
|
h='helm' \
|
|
k='kubectl' \
|
|
m='minikube' \
|
|
v='velero'
|