mirror of https://gitlab.com/dabruh/dotfiles.git
10 lines
127 B
Plaintext
10 lines
127 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
# Kubernetes things
|
||
|
alias \
|
||
|
cx="kubectl-ctx" \
|
||
|
f='flux' \
|
||
|
h='helm' \
|
||
|
k='kubectl' \
|
||
|
v='velero'
|