Skip to content

Commit

Permalink
Set ns privileged for scylla which forces SYS_NICE
Browse files Browse the repository at this point in the history
  • Loading branch information
Pythoner6 committed Feb 17, 2024
1 parent 0910392 commit 652aacc
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion k8s/gerrit/gerrit.cue
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,13 @@ _affinity: {

kustomizations: $default: #dependsOn: [scyllaoperator.kustomizations.helm]
kustomizations: $default: manifest: {
ns: #AppNamespace
ns: #AppNamespace & {
metadata: labels: {
"pod-security.kubernetes.io/enforce": "privileged"
"pod-security.kubernetes.io/audit": "privileged"
"pod-security.kubernetes.io/warn": "privileged"
}
}
"global-refdb": scyllaclusters.#ScyllaCluster & {
spec: {
version: "5.2.15"
Expand Down

0 comments on commit 652aacc

Please sign in to comment.