diff --git a/charts/kubetail/Chart.yaml b/charts/kubetail/Chart.yaml index ebc136b..d60f4ce 100644 --- a/charts/kubetail/Chart.yaml +++ b/charts/kubetail/Chart.yaml @@ -8,7 +8,7 @@ keywords: - private - realtime type: application -version: 0.4.2 +version: 0.4.3 appVersion: "0.4.5" home: https://github.com/kubetail-org/kubetail maintainers: diff --git a/charts/kubetail/README.md b/charts/kubetail/README.md index 983b4fe..7c35c59 100644 --- a/charts/kubetail/README.md +++ b/charts/kubetail/README.md @@ -18,6 +18,9 @@ After you've installed the repo you can create a new release from the `kubetail/ helm install kubetail kubetail/kubetail --namespace kubetail --create-namespace ``` +By default, the chart will autogenerate the required secrets (`KUBETAIL_CSRF_SECRET`, `KUBETAIL_SESSION_SECRET`) and +store them in a kubernetes Secret to be used on subsequent upgrades. + ## Upgrade First make sure helm has the latest version of the `kubetail` repo: diff --git a/charts/kubetail/templates/_helpers.tpl b/charts/kubetail/templates/_helpers.tpl index 110cd1f..7afb873 100644 --- a/charts/kubetail/templates/_helpers.tpl +++ b/charts/kubetail/templates/_helpers.tpl @@ -107,6 +107,6 @@ Kubetail config addr: :{{ .Values.kubetail.podTemplate.port }} auth-mode: {{ .Values.kubetail.authMode }} {{- with .Values.kubetail.config }} -{{- tpl . . | nindent 0 }} +{{- tpl . $ | nindent 0 }} {{- end }} {{- end }}