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