Skip to content

Commit 4eb0a8c

Browse files
author
jeho
authored
fix: vault resource validation error (#357) (#369)
1 parent 1a34807 commit 4eb0a8c

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

values/vault-operator/vault-operator-raw.gotmpl

+4-3
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,15 @@ resources:
2424
# psp-capabilities: IPC_LOCK vault uses it for preventing from flusing memory to swap
2525
# psp-allowed-users vault needs to run as root because it cuses chwon and IPC_LOCK
2626
policy.otomi.io/ignore: "banned-image-tags,psp-capabilities,psp-allowed-users"
27-
vaultPodSpec:
28-
resources:
27+
resources:
28+
vault:
2929
limits:
3030
cpu: "1"
3131
memory: 512Mi
3232
requests:
33-
cpu: 250m
33+
cpu: 500m
3434
memory: 256Mi
35+
vaultPodSpec:
3536
securityContext:
3637
runAsNonRoot: false
3738
runAsUser: 0

0 commit comments

Comments
 (0)