Skip to content

Commit 7d403ad

Browse files
authored
fixed mistake
1 parent c51ce0f commit 7d403ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/installation/proc-configuring-an-rhdh-instance-with-tls-in-kubernetes.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,12 +105,12 @@ data:
105105
    clusterLocatorMethods:
106106
      - type: 'config'
107107
        clusters:
108-
          - url: <target-cluster-api-server-link> <1>
108+
          - url: <target-cluster-api-server-url> <1>
109109
            name: openshift
110110
            authProvider: 'serviceAccount'
111111
            skipTLSVerify: false <2>
112112
            skipMetricsLookup: true
113-
            dashboardUrl: <target-cluster-console-link> <3>
113+
            dashboardUrl: <target-cluster-console-url> <3>
114114
            dashboardApp: openshift
115115
            serviceAccountToken: ${K8S_SERVICE_ACCOUNT_TOKEN} <4>
116116
            caData: ${K8S_CONFIG_CA_DATA} <5>

0 commit comments

Comments
 (0)