Add the kubernetes role.

This commit is contained in:
Tom Alexander
2022-12-01 23:38:21 -05:00
parent 3637dcdfcc
commit 80083ff0cc
18 changed files with 202 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
#!/usr/bin/env bash
#
set -euo pipefail
IFS=$'\n\t'
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
export KUBECTL_EXTERNAL_DIFF="colordiff -N -u"
exec kubectl diff "$@"