From 2bab97805e81e4e0dcbf0f39cbb759f1b0f756be Mon Sep 17 00:00:00 2001 From: Sven Wiltink Date: Mon, 26 Jun 2023 16:13:46 +0200 Subject: [PATCH] b64enc bot token --- charts/playgroundbot/Chart.yaml | 2 +- charts/playgroundbot/templates/secret.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/playgroundbot/Chart.yaml b/charts/playgroundbot/Chart.yaml index 4804067..5b04dcd 100644 --- a/charts/playgroundbot/Chart.yaml +++ b/charts/playgroundbot/Chart.yaml @@ -15,7 +15,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.0.5 +version: 0.0.6 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to diff --git a/charts/playgroundbot/templates/secret.yaml b/charts/playgroundbot/templates/secret.yaml index bedd9db..6d690cc 100644 --- a/charts/playgroundbot/templates/secret.yaml +++ b/charts/playgroundbot/templates/secret.yaml @@ -6,4 +6,4 @@ metadata: {{- include "playgroundbot.labels" . | nindent 4 }} type: Opaque data: - token: {{ .Values.botToken | required "botToken is required" }} \ No newline at end of file + token: {{ .Values.botToken | required "botToken is required" | b64enc }} \ No newline at end of file