Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion charts/rocketadmin/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: rocketadmin
description: Rocketadmin is a web-based application for creating admin panels for your projects.
type: application
icon: https://avatars.githubusercontent.com/u/84132223
version: 1.0.1
version: 1.0.2
home: https://rocketadmin.com
sources:
- https://github.com/rocket-admin/rocketadmin
Expand Down
1 change: 0 additions & 1 deletion charts/rocketadmin/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ spec:
{{- end }}
serviceAccountName: {{ include "rocketadmin.serviceAccountName" . }}
securityContext:
fsGroup: 999
{{- toYaml .Values.podSecurityContext | nindent 8 }}
{{- if .Values.pglite.enabled }}
volumes:
Expand Down
4 changes: 2 additions & 2 deletions charts/rocketadmin/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ serviceAccount:

podAnnotations: {}

podSecurityContext: {}
# fsGroup: 2000
podSecurityContext:
fsGroup: 999

securityContext: {}
# capabilities:
Expand Down