We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbc8d12 commit 12eb31eCopy full SHA for 12eb31e
authentication/managing_cloud_provider_credentials/cco-mode-sts.adoc
@@ -44,9 +44,11 @@ kind: Secret
44
metadata:
45
namespace: <target-namespace> <1>
46
name: <target-secret-name> <2>
47
-data:
48
- role_name: <operator-role-name> <3>
49
- web_identity_token_file: <path-to-token> <4>
+stringData:
+ credentials: |-
+ [default]
50
+ role_name: <operator-role-name> <3>
51
+ web_identity_token_file: <path-to-token> <4>
52
----
53
<1> The namespace for the component.
54
<2> The name of the component secret.
0 commit comments