File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
3093093. Create a secret provider class to define your secrets store provider:
You can’t perform that action at this time.
0 commit comments