From 506c1a9258c955a909afbb0b3d9da0dd68d64f65 Mon Sep 17 00:00:00 2001 From: Drik Qlis Date: Mon, 11 Mar 2024 23:45:52 +0100 Subject: [PATCH] fix: secrets --- .../dagonite-empire/templates/connection-string-secret.yaml | 4 ++-- charts/jellyfin/Chart.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/dagonite-empire/templates/connection-string-secret.yaml b/charts/dagonite-empire/templates/connection-string-secret.yaml index 54b2767..98f130c 100644 --- a/charts/dagonite-empire/templates/connection-string-secret.yaml +++ b/charts/dagonite-empire/templates/connection-string-secret.yaml @@ -3,5 +3,5 @@ kind: Secret metadata: name: connection-string-secret type: Opaque -data: - connection-string: {{ template "connectionString" . | b64enc | quote }} +stringData: + connection-string: {{ template "connectionString" . }} diff --git a/charts/jellyfin/Chart.yaml b/charts/jellyfin/Chart.yaml index 109b7f9..e0d48f8 100644 --- a/charts/jellyfin/Chart.yaml +++ b/charts/jellyfin/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.1.10 +version: 0.1.11 # 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