Skip to content

Commit 17eb758

Browse files
authored
Update auth-operator.yaml
Prevent the auth-operator from removing the fargate profile identity mapping
1 parent 9057737 commit 17eb758

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

kubernetes/auth-operator.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ spec:
2929
image: dcodetech/aws_auth_eks_crd:1.1.8
3030
imagePullPolicy: IfNotPresent
3131
name: operator
32+
env:
33+
- name: IGNORED_CM_IDENTITIES
34+
value: "system:node:{{SessionName}},system:node:{{EC2PrivateDNSName}}"
3235
ports:
3336
- containerPort: 8080
3437
protocol: TCP

0 commit comments

Comments
 (0)