Skip to content
Snippets Groups Projects
Commit cb91003c authored by DBLaci's avatar DBLaci
Browse files

dashboard_token_ttl option override possibility with default

parent 97e0de7e
No related branches found
No related tags found
No related merge requests found
......@@ -59,6 +59,9 @@ dashboard_certs_secret_name: kubernetes-dashboard-certs
dashboard_tls_key_file: dashboard.key
dashboard_tls_cert_file: dashboard.crt
# Override dashboard default settings
dashboard_token_ttl: "15 minutes"
# SSL
etcd_cert_dir: "/etc/ssl/etcd/ssl"
canal_cert_dir: "/etc/canal/certs"
......
......@@ -166,6 +166,7 @@ spec:
# If not specified, Dashboard will attempt to auto discover the API server and connect
# to it. Uncomment only if the default does not work.
# - --apiserver-host=http://my-address:port
- --token-ttl={{ dashboard_token_ttl }}
volumeMounts:
- name: kubernetes-dashboard-certs
mountPath: /certs
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment