Skip to content
This repository has been archived by the owner on Oct 8, 2024. It is now read-only.

Commit

Permalink
feat: expose volume and volume mounts (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonywendt authored Dec 11, 2023
1 parent 577c161 commit c06ae6a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
5 changes: 5 additions & 0 deletions mattermost-flux-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,3 +74,8 @@ application:
mattermostEnvs:
# required for Keycloak >= 20.X to work with gitlab auth pointed to Keycloak
MM_GITLABSETTINGS_SCOPE: openid

volumes:
###ZARF_VAR_MATTERMOST_VOLUMES###
volumeMounts:
###ZARF_VAR_MATTERMOST_VOLUME_MOUNTS###
6 changes: 6 additions & 0 deletions zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,12 @@ variables:
default: ""
- name: MATTERMOST_FILE_STORE_ENDPOINT
default: "minio.mattermost-minio.svc.cluster.local"
- name: MATTERMOST_VOLUMES
default: "[]"
autoIndent: true
- name: MATTERMOST_VOLUME_MOUNTS
default: "[]"
autoIndent: true
- name: DOMAIN
default: "bigbang.dev"

Expand Down

0 comments on commit c06ae6a

Please sign in to comment.