Add the kubernetes role.
This commit is contained in:
8
ansible/roles/kubernetes/files/kd
Normal file
8
ansible/roles/kubernetes/files/kd
Normal 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 "$@"
|
||||
Reference in New Issue
Block a user