1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 12:46:18 +01:00

Merge pull request #38995 from openshift-cherrypick-robot/cherry-pick-38880-to-enterprise-4.10

[enterprise-4.10] BZ2024198 incorrect STS secret format
This commit is contained in:
Jeana Routh
2021-11-19 09:43:28 -05:00
committed by GitHub

View File

@@ -44,9 +44,11 @@ kind: Secret
metadata:
namespace: <target-namespace> <1>
name: <target-secret-name> <2>
data:
role_name: <operator-role-name> <3>
web_identity_token_file: <path-to-token> <4>
stringData:
credentials: |-
[default]
role_name: <operator-role-name> <3>
web_identity_token_file: <path-to-token> <4>
----
<1> The namespace for the component.
<2> The name of the component secret.