🎨 Rebrand to kairos

This commit is contained in:
Ettore Di Giacinto
2022-09-19 10:55:35 +00:00
parent 8383445dd1
commit 64e151bb97
27 changed files with 69 additions and 69 deletions

View File

@@ -1,7 +1,7 @@
#!/bin/bash
KUBE_VERSION=${KUBE_VERSION:-v1.22.7}
CLUSTER_NAME="${CLUSTER_NAME:-c3os-e2e}"
CLUSTER_NAME="${CLUSTER_NAME:-kairos-e2e}"
if ! kind get clusters | grep "$CLUSTER_NAME"; then
cat << EOF > kind.config