Skip to content

Commit

Permalink
Remove RunAsGroup field from securityContext
Browse files Browse the repository at this point in the history
Signed-off-by: Neaj Morshad <[email protected]>
  • Loading branch information
Neaj-Morshad-101 committed Apr 26, 2024
1 parent b88d051 commit 41aa8ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions charts/kubedb-catalog/templates/mssql/mssql-2022.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{{ $featureGates = mergeOverwrite dict .Values.featureGates .Values.global.featureGates }}
{{- end }}

{{ if $featureGates.MSSQL }}
{{ if $featureGates.MSSQLServer }}

apiVersion: catalog.kubedb.com/v1alpha1
kind: MSSQLVersion
Expand All @@ -19,7 +19,6 @@ spec:
initContainer:
image: '{{ include "image.dockerHub" (merge (dict "_repo" "neajmorshad/mssql-init-docker") $) }}:0.1'
securityContext:
runAsGroup: 10001
runAsUser: 10001
version: "2022"
{{ end }}
2 changes: 1 addition & 1 deletion charts/kubedb-catalog/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ enableVersions:
Kafka: []
MariaDB: []
Memcached: []
MSSQL: []
MSSQLServer: []
MongoDB: []
MySQL: []
PerconaXtraDB: []
Expand Down

0 comments on commit 41aa8ce

Please sign in to comment.