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