Merge pull request #98740 from andrewmelis/arm/fix-container-security-context-docs

Arm/fix container security context docs
This commit is contained in:
Kubernetes Prow Robot
2021-04-30 12:05:59 -07:00
committed by GitHub
4 changed files with 2 additions and 4 deletions

View File

@@ -5932,7 +5932,7 @@
},
"securityContext": {
"$ref": "#/definitions/io.k8s.api.core.v1.SecurityContext",
"description": "Security options the pod should run with. More info: https://kubernetes.io/docs/concepts/policy/security-context/ More info: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/"
"description": "Security options the pod should run with. More info: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/"
},
"startupProbe": {
"$ref": "#/definitions/io.k8s.api.core.v1.Probe",