Skip to content
Snippets Groups Projects
Verified Commit 7f9d1387 authored by Sheogorath's avatar Sheogorath :european_castle:
Browse files

fix(hedgedoc): Add missing reference to load secret envs

parent 0602ca22
No related branches found
No related tags found
No related merge requests found
...@@ -11,7 +11,7 @@ keywords: ...@@ -11,7 +11,7 @@ keywords:
sources: sources:
- https://github.com/hedgedoc/hedgedoc/tree/master - https://github.com/hedgedoc/hedgedoc/tree/master
- https://git.shivering-isles.com/shivering-isles/infrastructure-gitops/-/tree/main/charts/hedgedoc - https://git.shivering-isles.com/shivering-isles/infrastructure-gitops/-/tree/main/charts/hedgedoc
version: 0.1.4 version: 0.1.5
# renovate: image=quay.io/hedgedoc/hedgedoc # renovate: image=quay.io/hedgedoc/hedgedoc
appVersion: 1.9.7 appVersion: 1.9.7
maintainers: maintainers:
......
# hedgedoc # hedgedoc
![Version: 0.1.4](https://img.shields.io/badge/Version-0.1.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.9.7](https://img.shields.io/badge/AppVersion-1.9.7-informational?style=flat-square) ![Version: 0.1.5](https://img.shields.io/badge/Version-0.1.5-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.9.7](https://img.shields.io/badge/AppVersion-1.9.7-informational?style=flat-square)
A platform to write and share markdown. A platform to write and share markdown.
......
...@@ -36,6 +36,8 @@ spec: ...@@ -36,6 +36,8 @@ spec:
envFrom: envFrom:
- configMapRef: - configMapRef:
name: {{ include "hedgedoc.fullname" . }} name: {{ include "hedgedoc.fullname" . }}
- secretRef:
name: {{ include "hedgedoc.fullname" . }}
env: env:
{{- if (or .Values.postgresql.enabled .Values.postgresql.auth.existingSecret) }} {{- if (or .Values.postgresql.enabled .Values.postgresql.auth.existingSecret) }}
- name: "CMD_DB_PASSWORD" - name: "CMD_DB_PASSWORD"
......
...@@ -63,6 +63,8 @@ should match basic snapshot: ...@@ -63,6 +63,8 @@ should match basic snapshot:
envFrom: envFrom:
- configMapRef: - configMapRef:
name: RELEASE-NAME-hedgedoc name: RELEASE-NAME-hedgedoc
- secretRef:
name: RELEASE-NAME-hedgedoc
image: quay.io/hedgedoc/hedgedoc:4.5.6 image: quay.io/hedgedoc/hedgedoc:4.5.6
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
livenessProbe: livenessProbe:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment