clusterplex icon indicating copy to clipboard operation
clusterplex copied to clipboard

Document using a secret for plex claim token

Open evanrich opened this issue 10 months ago • 0 comments

In the values file, claim token is expected as `PlexClaimToken: 1234abcd5678..."

This is not ideal. Instead, allow for use of a secret, such as:

plexClaimToken:
  existingSecret:  plex-token-secret
  existingSecretTokenKey: token

evanrich avatar Apr 27 '24 04:04 evanrich