Skip to content

Commit 7021950

Browse files
committed
Updated sa name
Signed-off-by: Yi Cai <yicai@redhat.com>
1 parent f3a6e8a commit 7021950

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/Integrate GitOps with Secrets Management.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ oc adm policy add-scc-to-user privileged -z csi-secrets-store-provider-aws -n op
279279
```
280280
us-east-2
281281
```
282-
282+
283283
c. Retrieve the OIDC provider by running the following command:
284284
```
285285
oc get --raw=/.well-known/openid-configuration | jq -r '.issuer'
@@ -303,7 +303,7 @@ oc adm policy add-scc-to-user privileged -z csi-secrets-store-provider-aws -n op
303303
304304
e. Bind the service account with the role ARN by running the following command:
305305
```
306-
oc annotate -n dev sa/aws-provider eks.amazonaws.com/role-arn="<aws_role_arn>"
306+
oc annotate -n dev sa/default eks.amazonaws.com/role-arn="<aws_role_arn>"
307307
```
308308
309309
3. Create a secret provider class to define your secrets store provider:

0 commit comments

Comments
 (0)