Skip to content

Commit

Permalink
Trying to fix scylla config
Browse files Browse the repository at this point in the history
  • Loading branch information
Pythoner6 committed Feb 17, 2024
1 parent d0e6a6e commit c2d6620
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion k8s/gerrit/gerrit.cue
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ kustomizations: $default: manifest: {
"pod-security.kubernetes.io/warn": "privileged"
}
}
"scylla-config": corev1.#ConfigMap & {
refdbConfig="global-refdb-config": corev1.#ConfigMap & {
data: "scylla.yaml": """
alternator_enforce_authorization: true
"""
Expand All @@ -59,6 +59,7 @@ kustomizations: $default: manifest: {
racks: [{
name: "us-east-1a"
members: 3
scyllaConfig: refdbConfig.metadata.name
resources: {
requests: {
cpu: "1"
Expand Down

0 comments on commit c2d6620

Please sign in to comment.