Skip to content

Commit 8050027

Browse files
committed
feat: corret missing KBS link
Signed-off-by: Chris Butler <chris.butler@redhat.com>
1 parent acda7f0 commit 8050027

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

charts/coco-supported/sandbox/initdata.toml.tpl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ version = "0.1.0"
55
"aa.toml" = '''
66
[token_configs]
77
[token_configs.coco_as]
8-
url = "https://kbs-trustee-operator-system.{{ .Values.global.hubClusterDomain }}"
8+
url = 'https://kbs-trustee-operator-system.{{ .Values.global.hubClusterDomain }}'
99

1010

1111
[token_configs.kbs]
12-
url = "https://kbs-trustee-operator-system.{{ .Values.global.hubClusterDomain }}"
12+
url = 'https://kbs-trustee-operator-system.{{ .Values.global.hubClusterDomain }}'
1313
cert = """
1414
acmmagickey_trustee_cert
1515
"""
@@ -21,7 +21,7 @@ credentials = []
2121

2222
[kbc]
2323
name = 'cc_kbc'
24-
url = '<url>:<port>'
24+
url = 'https://kbs-trustee-operator-system.{{ .Values.global.hubClusterDomain }}'
2525
kbs_cert = """
2626
acmmagickey_trustee_cert
2727
"""
@@ -65,4 +65,4 @@ default UpdateInterfaceRequest := true
6565
default UpdateRoutesRequest := true
6666
default WaitProcessRequest := true
6767
default WriteStreamRequest := true
68-
'''
68+
'''

0 commit comments

Comments
 (0)