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 71cad17 commit 9f94ca2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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.2
version: 0.1.3
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.formatterOptions.plaintext }}"
syntaxhighlighting = "{{ .Values.config.formatterOptions.syntaxhighlighting }}"
markdown = "{{ .Values.config.formatterOptions.markdown }}"
plaintext = "{{ .Values.config.formatter_options.plaintext }}"
syntaxhighlighting = "{{ .Values.config.formatter_options.syntaxhighlighting }}"
markdown = "{{ .Values.config.formatter_options.markdown }}"
[traffic]
; time limit between calls from the same IP address in seconds
; Set this to 0 to disable rate limiting.
Expand Down
2 changes: 1 addition & 1 deletion charts/privatebin/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ config:
# compression: "zlib"
expire:
default: "1week"
formatterOptions:
formatter_options:
plaintext: "Plain Text"
syntaxhighlighting: "Source Code"
markdown: "Markdown"
Expand Down

0 comments on commit 9f94ca2

Please sign in to comment.