TrueChartsClone/charts/system/kubeapps/templates/NOTES.txt

6 lines
241 B
Plaintext
Raw Normal View History

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