We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42533aa commit bb0b9c0Copy full SHA for bb0b9c0
1 file changed
nnf-container-example.yaml
@@ -26,6 +26,10 @@ data:
26
containers:
27
- name: nnf-container-example
28
image: ghcr.io/nearnodeflash/nnf-container-example:latest
29
+ # Note: securityContext is only needed until https://github.com/NearNodeFlash/NearNodeFlash.github.io/issues/77 is fixed
30
+ securityContext:
31
+ capabilities:
32
+ add: ["NET_BIND_SERVICE", "SYS_CHROOT", "AUDIT_WRITE"]
33
34
---
35
apiVersion: dws.cray.hpe.com/v1alpha1
0 commit comments