Skip to content

Commit

Permalink
Disable default securityContext for MongoDB (#1047)
Browse files Browse the repository at this point in the history
  • Loading branch information
Andres Martinez Gotor authored Jun 4, 2019
1 parent 81b39e1 commit e7f8893
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion chart/kubeapps/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v1
name: kubeapps
version: 1.7.1
version: 1.7.2
appVersion: DEVEL
description: Kubeapps is a dashboard for your Kubernetes cluster that makes it easy to deploy and manage applications in your cluster using Helm
icon: https://raw.githubusercontent.com/kubeapps/kubeapps/master/docs/img/logo.png
Expand Down
2 changes: 2 additions & 0 deletions chart/kubeapps/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,8 @@ mongodb:
enabled: false
# MongoDB credentials are handled by kubeapps to facilitate upgrades
existingSecret: kubeapps-mongodb
securityContext:
enabled: false
# https://github.com/kubeapps/kubeapps/issues/478#issuecomment-422979262
resources:
limits:
Expand Down

0 comments on commit e7f8893

Please sign in to comment.