#!/bin/bash

# Kubernetes things
alias \
    cx="kubectl-ctx" \
    f='flux' \
    h='helm' \
    k='kubectl' \
    m='minikube' \
    v='velero'