From 4031d2f00d4ab3fcc28b264acdb1ec7dbe613e53 Mon Sep 17 00:00:00 2001 From: Alexander Dammeier Date: Wed, 16 Oct 2024 09:46:22 +0200 Subject: [PATCH] #81 remove etcd from required components the blueprint-operator checks if all required components are installed. We don't need the etcd anymore, and it will not be installed in new installations. --- k8s/helm/values.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/k8s/helm/values.yaml b/k8s/helm/values.yaml index 6235217..c2edc29 100644 --- a/k8s/helm/values.yaml +++ b/k8s/helm/values.yaml @@ -26,7 +26,6 @@ kubeRbacProxy: healthConfig: components: required: - - name: k8s-etcd - name: k8s-dogu-operator - name: k8s-service-discovery - name: k8s-component-operator