Skip to content
Snippets Groups Projects
Unverified Commit 5587f423 authored by groundhog2k's avatar groundhog2k Committed by GitHub
Browse files

ADMIN_PASSWD in remark42 chart not base 64 encoded (#419)

parent fb725d4c
Branches
Tags remark42-0.2.2
No related merge requests found
......@@ -7,7 +7,7 @@ type: application
maintainers:
- name: groundhog2k
version: 0.2.1
version: 0.2.2
appVersion: "v1.8.1"
......
# Remark42
![Version: 0.2.1](https://img.shields.io/badge/Version-0.2.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v1.8.1](https://img.shields.io/badge/AppVersion-v1.8.1-informational?style=flat-square)
![Version: 0.2.2](https://img.shields.io/badge/Version-0.2.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v1.8.1](https://img.shields.io/badge/AppVersion-v1.8.1-informational?style=flat-square)
A Helm chart for Remark42 on Kubernetes
......
......@@ -8,7 +8,7 @@ type: Opaque
data:
SECRET: {{ (required ".settings.secretKey must contain value" .Values.settings.secretKey) | b64enc }}
{{- if .Values.settings.admin.password }}
ADMIN_PASSWD: {{ .Values.settings.admin.password | quote }}
ADMIN_PASSWD: {{ .Values.settings.admin.password | b64enc }}
{{- end }}
{{- with .Values.settings.smtp }}
{{- if .enabled }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment