Join Key:

XRAY: Installation Quick Start Guide – Helm

AuthorFullName__c
Vignesh Surendrababu
articleNumber
000005225
ft:sourceType
Salesforce
FirstPublishedDate
2022-03-28T13:24:46Z
lastModifiedDate
2022-03-28
VersionNumber
10

Since the Join Key is retrieved using the Artifactory connection details, create the “joinkey-secret” to hold the value

$ export JOIN_KEY=Value retrieved using the view Join key
$ kubectl create secret generic joinkey-secret --from-literal=join-key=${JOIN_KEY}