Skip to content

Commit

Permalink
feat: add irsa/sa auth support
Browse files Browse the repository at this point in the history
  • Loading branch information
corang committed Jan 30, 2024
1 parent 6f20e86 commit c3d5acb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions values/mattermost-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ fileStore:
secret: "mattermost-object-store"
url: "###ZARF_VAR_MATTERMOST_FILE_STORE_ENDPOINT###"
bucket: "uds-mattermost###ZARF_VAR_MATTERMOST_BUCKET_SUFFIX###"
useServiceAccount: ###ZARF_VAR_MATTERMOST_FILE_STORE_SA###

# mattermostEnvs:
# # required for Keycloak >= 20.X to work with mattermost auth pointed to Keycloak
Expand Down
4 changes: 3 additions & 1 deletion zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ variables:
default: ""
- name: MATTERMOST_FILE_STORE_ENDPOINT
default: "minio"
- name: MATTERMOST_FILE_STORE_SA
default: "false"
- name: MATTERMOST_VOLUMES
default: "[]"
autoIndent: true
Expand Down Expand Up @@ -61,7 +63,7 @@ components:
- values/mattermost-operator-values.yaml
- name: mattermost
namespace: mattermost
url: https://repo1.dso.mil/big-bang/product/packages/mattermost.git
url: https://repo1.dso.mil/jmcclintock/mattermost.git
gitPath: chart
version: 9.3.0-bb.2
valuesFiles:
Expand Down

0 comments on commit c3d5acb

Please sign in to comment.