scale-catalog/system/kubeapps/3.0.5/templates/NOTES.txt

6 lines
241 B
Plaintext
Raw Normal View History

2024-07-13 07:59:30 +00:00
{{- include "tc.v1.common.lib.chart.notes" $ -}}
To generate a Login Token, run this in terminal:
{{- $fullname := include "tc.v1.common.lib.chart.names.fullname" $ -}}
(k3s) kubectl create token {{ $fullname }} -n {{ .Release.Namespace }}