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}