fix(outline): use stringData (#2396)

This commit is contained in:
Stavros Kois
2022-04-02 19:39:50 +03:00
committed by GitHub
parent 8096bcf62f
commit 11dcdf51fc
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ name: outline
sources:
- https://github.com/outline/outline
type: application
version: 1.0.11
version: 1.0.12
annotations:
truecharts.org/catagories: |
- productivity
+1 -1
View File
@@ -10,7 +10,7 @@ metadata:
{{- $outlineprevious := lookup "v1" "Secret" .Release.Namespace "outline-secrets" }}
{{- $secret_key := "" }}
{{- $utils_secret := "" }}
data:
stringData:
{{- if $outlineprevious}}
SECRET_KEY: {{ index $outlineprevious.data "SECRET_KEY" }}
UTILS_SECRET: {{ index $outlineprevious.data "UTILS_SECRET" }}