Skip to content

Commit 5a1cbba

Browse files
authored
Merge pull request #23116 from bgsilvait/patch-1
Update manifests with the correct API version
2 parents 7392fae + d8b3ec4 commit 5a1cbba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/en/docs/tasks/configure-pod-container/configure-gmsa.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ roleRef:
130130
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`:
131131

132132
```yaml
133-
apiVersion: apps/v1beta1
133+
apiVersion: apps/v1
134134
kind: Deployment
135135
metadata:
136136
labels:
@@ -161,7 +161,7 @@ spec:
161161
Individual containers in a Pod spec can also specify the desired GMSA credspec using a per-container `securityContext.windowsOptions.gmsaCredentialSpecName` field. For example:
162162

163163
```yaml
164-
apiVersion: apps/v1beta1
164+
apiVersion: apps/v1
165165
kind: Deployment
166166
metadata:
167167
labels:

0 commit comments

Comments
 (0)