From 0dffd9ba463535c4927716576ea582e78bf94e0b Mon Sep 17 00:00:00 2001 From: Dario Tranchitella Date: Mon, 12 Sep 2022 21:09:35 +0200 Subject: [PATCH] fix(datastore): default as name for the common datastore --- kamaji.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kamaji.yaml b/kamaji.yaml index 175225d..7aebaca 100755 --- a/kamaji.yaml +++ b/kamaji.yaml @@ -2,5 +2,5 @@ metrics-bind-address: :8080 health-probe-bind-address: :8081 leader-elect: false tmp-directory: /tmp/kamaji -datastore: etcd +datastore: default kine-image: rancher/kine:v0.9.2-amd64