File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ apiVersion: v2
22name : kedge-hub
33description : Kedge Hub - multi-tenant edge control plane (kcp + kedge-hub)
44type : application
5- version : 0 .0.1
6- appVersion : " v0.0.1 "
5+ version : v0 .0.4
6+ appVersion : " v0.0.4 "
77home : https://github.com/faroshq/faros-kedge
88sources :
99 - https://github.com/faroshq/faros-kedge
Original file line number Diff line number Diff line change @@ -16,10 +16,12 @@ To access the hub locally:
1616
1717{{- end }}
1818
19- {{- if .Values.hub.staticAuthToken }}
19+ {{- if .Values.hub.staticAuthTokens }}
2020
2121Login (static token):
22- kedge login --hub-url {{ .Values.hub.hubExternalURL | default "https://<hub-external-url>" }} --token {{ .Values.hub.staticAuthToken }} {{ if or .Values.hub.tls.selfSigned.enabled .Values.hub.devMode }}--insecure-skip-tls-verify{{ end }}
22+ kedge login --hub-url {{ .Values.hub.hubExternalURL | default "https://<hub-external-url>" }} --token <your-static-token> {{ if or .Values.hub.tls.selfSigned.enabled .Values.hub.devMode }}--insecure-skip-tls-verify{{ end }}
23+
24+ {{ len .Values.hub.staticAuthTokens }} static token(s) configured.
2325
2426{{- else }}
2527
You can’t perform that action at this time.
0 commit comments