Skip to content

Commit

Permalink
--wip--
Browse files Browse the repository at this point in the history
  • Loading branch information
brasseld committed Sep 28, 2021
1 parent ccf7f12 commit 10136ef
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ jobs:
CLUSTER_NAME: chart-testing
NODE_K8S_VERSION: v1.20.2@sha256:8f7ea6e7642c0da54f04a7ee10431549c0257315b3a634f6ef2fecaaedb19bab
KIND_VERSION: v0.11.1
KUBECONFIG_PATH: $HOME/$CLUSTER_NAME.kubeconfig
WAIT_FOR_CONTROLPLANE: 60s
steps:
- checkout
Expand Down Expand Up @@ -69,10 +68,10 @@ jobs:
./kind delete cluster --name "$CLUSTER_NAME" > /dev/null 2>&1 || true
echo 'Create new Kind cluster'
./kind create cluster --name "$CLUSTER_NAME" --kubeconfig $KUBECONFIG_PATH --config tests/kind/kind-config.yaml --image "kindest/node:$NODE_K8S_VERSION" --wait $WAIT_FOR_CONTROLPLANE
./kind create cluster --name "$CLUSTER_NAME" --kubeconfig $HOME/$CLUSTER_NAME.kubeconfig --config tests/kind/kind-config.yaml --image "kindest/node:$NODE_K8S_VERSION" --wait $WAIT_FOR_CONTROLPLANE
cat $HOME/$CLUSTER_NAME.kubeconfig
./kubectl cluster-info --context kind-chart-testing --kubeconfig '$HOME/$CLUSTER_NAME.kubeconfig'
workflows:
build_branch:
Expand Down

0 comments on commit 10136ef

Please sign in to comment.