Skip to content

Commit be8afbd

Browse files
authored
Merge pull request #38880 from jeana-redhat/BZ2024198
BZ2024198 incorrect STS secret format
2 parents a03a58f + 12eb31e commit be8afbd

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

authentication/managing_cloud_provider_credentials/cco-mode-sts.adoc

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,11 @@ kind: Secret
4444
metadata:
4545
namespace: <target-namespace> <1>
4646
name: <target-secret-name> <2>
47-
data:
48-
role_name: <operator-role-name> <3>
49-
web_identity_token_file: <path-to-token> <4>
47+
stringData:
48+
credentials: |-
49+
[default]
50+
role_name: <operator-role-name> <3>
51+
web_identity_token_file: <path-to-token> <4>
5052
----
5153
<1> The namespace for the component.
5254
<2> The name of the component secret.

0 commit comments

Comments
 (0)