🎨 Rebrand to Kairos

See: https://github.com/kairos-io/kairos/issues/88
This commit is contained in:
Ettore Di Giacinto
2022-09-19 10:06:09 +00:00
parent 7e4846785d
commit 93769cf295
27 changed files with 57 additions and 57 deletions

View File

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