Add import datas for K8s

This commit is contained in:
mr
2025-03-31 09:43:43 +02:00
parent 8487b3c43d
commit 8596fde233
4 changed files with 36 additions and 0 deletions

View File

@@ -3,3 +3,5 @@ RELEASE_NAME=${1:-dev}
RELEASE_NAMESPACE=${1:-dev}
helm uninstall ${RELEASE_NAME} -n ${RELEASE_NAMESPACE}
export KUBECONFIG=$(realpath ~/.kube/config)