Skip to content

Commit

Permalink
Updates privatebin chart
Browse files Browse the repository at this point in the history
  • Loading branch information
0hlov3 committed Nov 19, 2023
1 parent bfeff5c commit 71cad17
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion charts/privatebin/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ keywords:
- pastebin
- self-destroy
type: application
version: 0.1.1
version: 0.1.2
appVersion: "1.6.0"
maintainers:
- name: fSocietySocial
Expand Down
6 changes: 3 additions & 3 deletions charts/privatebin/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -132,9 +132,9 @@ data:
never = 0
[formatter_options]
; Set available formatters, their order and their labels
plaintext = "{{ .Values.config.formatter_options.plaintext }}"
syntaxhighlighting = "{{ .Values.config.formatter_options.syntaxhighlighting }}"
markdown = "{{ .Values.config.formatter_options.markdown }}"
plaintext = "{{ .Values.config.formatterOptions.plaintext }}"
syntaxhighlighting = "{{ .Values.config.formatterOptions.syntaxhighlighting }}"
markdown = "{{ .Values.config.formatterOptions.markdown }}"
[traffic]
; time limit between calls from the same IP address in seconds
; Set this to 0 to disable rate limiting.
Expand Down
3 changes: 1 addition & 2 deletions charts/privatebin/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ image:

config:
# The following values are used to configure the privatebin container
#
name: "PrivateBin"
basepath: "https://privatebin.example.com/"
discussion: true
Expand All @@ -37,7 +36,7 @@ config:
# compression: "zlib"
expire:
default: "1week"
formatter_options:
formatterOptions:
plaintext: "Plain Text"
syntaxhighlighting: "Source Code"
markdown: "Markdown"
Expand Down

0 comments on commit 71cad17

Please sign in to comment.