Skip to content

Commit

Permalink
get jigasi XMPP username from values.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
emrahcom committed Jan 23, 2024
1 parent d40efa6 commit a50bf26
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions templates/jigasi/xmpp-secret.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@ metadata:
type: Opaque
data:
{{- if .Values.jigasi.enabled }}
JIGASI_XMPP_USER: '{{ .Values.jigasi.xmpp.user | b64enc }}'
JIGASI_XMPP_PASSWORD: '{{ default (randAlphaNum 10) .Values.jigasi.xmpp.password | b64enc }}'
{{- end }}
1 change: 1 addition & 0 deletions values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,7 @@ jigasi:

## jigasi XMPP user credentials:
xmpp:
user: jigasi
password:

livenessProbe:
Expand Down

0 comments on commit a50bf26

Please sign in to comment.