Open
Description
Overview
Existing documentation on how to Create a License Secret does not provide steps on how to update that secret in the event that the existing JWT expires.
This task is to update our documentation to provide this step
Acceptance Criteria
- Update Create a License Secret document with steps on how to update a secret that is already deployed
Example command to update a license secret that is already deployed
kubectl create secret generic license-token \
--save-config \
--dry-run=client \
--from-file=license.jwt=license.jwt \
--type=nginx.com/license \
-o yaml | \
kubectl apply -f -
Metadata
Metadata
Assignees
Labels
Type
Projects
Status