From 7cca1837986710212c01c204108e495793fe25d6 Mon Sep 17 00:00:00 2001 From: Benjamin Alpert Date: Tue, 23 Jan 2024 10:23:59 +0100 Subject: [PATCH] Fix `namePrefix` for `etcdless` kustomize configuration (#224) Co-authored-by: Benjamin Alpert --- config/apiserver/etcdless/kustomization.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/apiserver/etcdless/kustomization.yaml b/config/apiserver/etcdless/kustomization.yaml index 2619bad2..64f01ed6 100644 --- a/config/apiserver/etcdless/kustomization.yaml +++ b/config/apiserver/etcdless/kustomization.yaml @@ -6,7 +6,7 @@ namespace: ironcore-net-system # "wordpress" becomes "alices-wordpress". # Note that it should also match with the prefix (text before '-') of the namespace # field above. -namePrefix: ironcore-net +namePrefix: ironcore-net- # Labels to add to all resources and selectors. #commonLabels: