Remove duplicate link in container/securityContext

Two links were listed to provide more info about security context in
the container documentation. One of the links now permanently
redirects to the other (301 status code). This change removes the
outdated link.
This commit is contained in:
Andrew Melis 2021-02-03 17:43:51 -05:00
parent 0083786ca9
commit 35fd9e8331

View File

@ -2318,7 +2318,6 @@ type Container struct {
// +optional // +optional
ImagePullPolicy PullPolicy `json:"imagePullPolicy,omitempty" protobuf:"bytes,14,opt,name=imagePullPolicy,casttype=PullPolicy"` ImagePullPolicy PullPolicy `json:"imagePullPolicy,omitempty" protobuf:"bytes,14,opt,name=imagePullPolicy,casttype=PullPolicy"`
// Security options the pod should run with. // 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/ // More info: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/
// +optional // +optional
SecurityContext *SecurityContext `json:"securityContext,omitempty" protobuf:"bytes,15,opt,name=securityContext"` SecurityContext *SecurityContext `json:"securityContext,omitempty" protobuf:"bytes,15,opt,name=securityContext"`