Skip to content

Commit

Permalink
Fix gitlab cue
Browse files Browse the repository at this point in the history
  • Loading branch information
Pythoner6 committed Dec 30, 2023
1 parent 997b6ff commit 9ffe8f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions k8s/gitlab/gitlab.cue
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -31,7 +31,7 @@ kustomizations: $default: manifest: {
}]
}
}
cluster: clusters.#Cluster & {
praefectDb: clusters.#Cluster & {
metadata: name: "praefect"
spec: {
instances: 3
Expand Down

0 comments on commit 9ffe8f3

Please sign in to comment.