UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 4bd482c7 authored by Micah Nagel's avatar Micah Nagel
Browse files

Merge branch 'minio-fix' into 'main'

Fix Minio for REALZ

See merge request platform-one/big-bang/apps/collaboration-tools/mattermost!22
parents 22f059bb 8b427bb7
No related branches found
Tags 0.1.3-bb.1
1 merge request!22Fix Minio for REALZ
Pipeline #221135 passed
......@@ -4,6 +4,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
---
## [0.1.3-bb.1] - 2021-04-15
### Added
- Added Minio security context
## [0.1.3-bb.0] - 2021-04-08
### Added
- Values passthroughs for secret env values
......
......@@ -2,7 +2,7 @@
apiVersion: v2
name: mattermost
type: application
version: "0.1.3-bb.0"
version: "0.1.3-bb.1"
appVersion: "5.32.1"
description: "Deployment of mattermost"
keywords:
......
No preview for this file type
No preview for this file type
......@@ -105,3 +105,7 @@ spec:
## Affinity settings for MinIO pods. Read more about affinity
## here: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/#affinity-and-anti-affinity.
# affinity:
securityContext:
runAsUser: 1001
runAsGroup: 1001
fsGroup: 1001
......@@ -6,8 +6,8 @@
replicas:
count: 1
accessKey: minio
secretKey: minio#123 # default key, change this!
nameOverride: ""
fullnameOverride: ""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment