From 9ffe8f3e619b12f95f49fec24af33892c72908cd Mon Sep 17 00:00:00 2001 From: Pythoner6 Date: Sat, 30 Dec 2023 01:59:15 -0500 Subject: [PATCH] Fix gitlab cue --- k8s/gitlab/gitlab.cue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/k8s/gitlab/gitlab.cue b/k8s/gitlab/gitlab.cue index a45d620..3c312fb 100644 --- a/k8s/gitlab/gitlab.cue +++ b/k8s/gitlab/gitlab.cue @@ -12,7 +12,7 @@ appName: "gitlab" kustomizations: $default: #dependsOn: [dcsi.kustomizations.helm, cnpg.kustomizations.helm] kustomizations: $default: manifest: { ns: #AppNamespace - cluster: clusters.#Cluster & { + db: clusters.#Cluster & { metadata: name: "gitlab" spec: { instances: 3 @@ -31,7 +31,7 @@ kustomizations: $default: manifest: { }] } } - cluster: clusters.#Cluster & { + praefectDb: clusters.#Cluster & { metadata: name: "praefect" spec: { instances: 3