UNCLASSIFIED

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 !22
parents 22f059bb 8b427bb7
Pipeline #221135 passed with stages
in 3 minutes and 49 seconds
...@@ -4,6 +4,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ...@@ -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 ## [0.1.3-bb.0] - 2021-04-08
### Added ### Added
- Values passthroughs for secret env values - Values passthroughs for secret env values
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
apiVersion: v2 apiVersion: v2
name: mattermost name: mattermost
type: application type: application
version: "0.1.3-bb.0" version: "0.1.3-bb.1"
appVersion: "5.32.1" appVersion: "5.32.1"
description: "Deployment of mattermost" description: "Deployment of mattermost"
keywords: keywords:
......
...@@ -105,3 +105,7 @@ spec: ...@@ -105,3 +105,7 @@ spec:
## Affinity settings for MinIO pods. Read more about affinity ## Affinity settings for MinIO pods. Read more about affinity
## here: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/#affinity-and-anti-affinity. ## here: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/#affinity-and-anti-affinity.
# affinity: # affinity:
securityContext:
runAsUser: 1001
runAsGroup: 1001
fsGroup: 1001
...@@ -6,8 +6,8 @@ ...@@ -6,8 +6,8 @@
replicas: replicas:
count: 1 count: 1
accessKey: minio
secretKey: minio#123 # default key, change this!
nameOverride: "" nameOverride: ""
fullnameOverride: "" fullnameOverride: ""
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment