Container level securityContext is not applied for Vault Configurer. #220
Replies: 1 comment
-
Related Issue is created. So, closing this discussion. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi All,
There are restrictions on our Kubernetes cluster namespaces with Pod Security Admission
Due to this reason, we can't install Vault as per [this guidelines] (https://bank-vaults.dev/docs/operator/#ha-setup-with-raft).
So, I have made few modifications to [CR.yml] (https://[raw.githubusercontent.com/bank-vaults/vault-operator/v1.21.2/deploy/examples/cr-raft.yaml) to add SecurityContext as per our need as follows:
Now after adding "securityContext" stanza, pod level securityContext is applied for Vault Conigurer deployment but container level securityContext is not applied.
Partial contents of Custom Resource:
Can you please guide/help?
Beta Was this translation helpful? Give feedback.
All reactions