Merge pull request #23116 from bgsilvait/patch-1

Update manifests with the correct API version
This commit is contained in:
Kubernetes Prow Robot
2020-08-26 14:00:21 -07:00
committed by GitHub
@@ -130,7 +130,7 @@ roleRef:
The Pod spec field `securityContext.windowsOptions.gmsaCredentialSpecName` is used to specify references to desired GMSA credential spec custom resources in Pod specs. This configures all containers in the Pod spec to use the specified GMSA. A sample Pod spec with the annotation populated to refer to `gmsa-WebApp1`:
```yaml
apiVersion: apps/v1beta1
apiVersion: apps/v1
kind: Deployment
metadata:
labels:
@@ -161,7 +161,7 @@ spec:
Individual containers in a Pod spec can also specify the desired GMSA credspec using a per-container `securityContext.windowsOptions.gmsaCredentialSpecName` field. For example:
```yaml
apiVersion: apps/v1beta1
apiVersion: apps/v1
kind: Deployment
metadata:
labels: