You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The embedded Helm Chart for microservices has an expectation that the Consul license key secret has a key named 'key'. The following works better for populating the secret vs what is shown in the README:
kubectl create secret generic consul-ent-license --from-literal=key=`cat <path to consul.hclic>`
The text was updated successfully, but these errors were encountered:
The embedded Helm Chart for microservices has an expectation that the Consul license key secret has a key named 'key'. The following works better for populating the secret vs what is shown in the README:
The text was updated successfully, but these errors were encountered: