mirror of https://github.com/dapr/docs.git
Update daprdocs/content/en/operations/hosting/kubernetes/kubernetes-production.md
Signed-off-by: Mark Fussell <markfussell@gmail.com>
This commit is contained in:
parent
125f77b424
commit
597d6e6806
|
@ -240,7 +240,7 @@ Refer to the documentation for the [Dapr operator]({{< ref operator >}}) service
|
|||
|
||||
By default, the Dapr sidecar Injector injects a sidecar without any `seccompProfile`. However, to have Dapr sidecar container run successfully in a namespace with [Restricted](https://kubernetes.io/docs/concepts/security/pod-security-standards/#restricted) profile, the sidecar container needs to have `securityContext.seccompProfile.Type` to not be `nil`.
|
||||
|
||||
Refer to [this]({{< ref "arguments-annotations-overview.md" >}}) documentation to set appropriate `seccompProfile` on sidecar container accordingly to which profile it would be running with.
|
||||
Refer to [this]({{< ref "arguments-annotations-overview.md" >}}) documentation to set appropriate `seccompProfile` on sidecar container according to which profile it is running with.
|
||||
|
||||
## Best Practices
|
||||
|
||||
|
|
Loading…
Reference in New Issue