diff --git a/authentication/managing_cloud_provider_credentials/cco-mode-sts.adoc b/authentication/managing_cloud_provider_credentials/cco-mode-sts.adoc index a520d8c2d0..30f3817de3 100644 --- a/authentication/managing_cloud_provider_credentials/cco-mode-sts.adoc +++ b/authentication/managing_cloud_provider_credentials/cco-mode-sts.adoc @@ -44,9 +44,11 @@ kind: Secret metadata: namespace: <1> name: <2> -data: - role_name: <3> - web_identity_token_file: <4> +stringData: + credentials: |- + [default] + role_name: <3> + web_identity_token_file: <4> ---- <1> The namespace for the component. <2> The name of the component secret.