Skip to content

Commit

Permalink
Merge pull request #47 from curie-data-factory/bookstack
Browse files Browse the repository at this point in the history
add extraEnv capability do bookstack
  • Loading branch information
armandleopold committed Apr 7, 2022
2 parents a16fef5 + 4b6ed7b commit 0cf153d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/bookstack/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: bookstack
description: bookstack documentation platform
appVersion: "21.12.4"
version: 0.1.4
version: 0.1.5
home: https://www.bookstackapp.com/
icon: https://upload.wikimedia.org/wikipedia/commons/thumb/d/d2/BookStack_logo.svg/225px-BookStack_logo.svg.png
maintainers:
Expand Down
2 changes: 1 addition & 1 deletion charts/bookstack/templates/statefullset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ spec:
containers:
- name: {{ .Values.image.name }}
image: "{{ .Values.image.repository }}:{{ .Values.image.tag }}"
{{- with .Values.env }}
{{- with .Values.extraEnv }}
env:
{{ toYaml . | indent 8 }}
{{- end }}
Expand Down
2 changes: 1 addition & 1 deletion charts/bookstack/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ image:
name: bookstack
deployRegistry: true

env:
extraEnv:
- name: PUID
value: "1000"
- name: PGID
Expand Down

0 comments on commit 0cf153d

Please sign in to comment.