Skip to content

Commit b10a416

Browse files
committed
fix: correct cluster setup
Signed-off-by: Chris Butler <chris.butler@redhat.com>
1 parent a11efb0 commit b10a416

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

charts/coco-supported/baremetal/templates/pccs-reg-eso.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ spec:
2121
- secretKey: user_token
2222
remoteRef:
2323
key: 'secret/data/hub/pccs'
24-
property: api_key
24+
property: user_token

values-secret.yaml.template

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,12 @@ secrets:
7373
vaultPolicy: validatedPatternDefaultPolicy
7474
- name: user_token_hash
7575
path: ~/.coco-pattern/pccs_user_token_hash
76+
- name: user_token
77+
path: ~/.coco-pattern/pccs_user_token
7678
- name: admin_token_hash
7779
path: ~/.coco-pattern/pccs_admin_token_hash
80+
- name: admin_token
81+
path: ~/.coco-pattern/pccs_admin_token
7882
- name: db_username
7983
value: ''
8084
onMissingValue: generate

0 commit comments

Comments
 (0)