Skip to content

Commit

Permalink
Removed enabled: true property from securityContext. It is not long…
Browse files Browse the repository at this point in the history
…er needed
  • Loading branch information
cgaege committed Mar 14, 2024
1 parent 3c6fcdd commit fd46630
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion charts/health-discovery/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: health-discovery
description: Health Discovery is the healthcare text mining and machine learning platform for analyzing large amounts of patient data
version: 7.0.1
version: 7.0.2
apiVersion: v1
keywords:
- health-discovery
Expand Down
1 change: 0 additions & 1 deletion charts/health-discovery/templates/database-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ spec:
io.kompose.service: database
spec:
securityContext:
enabled: true
runAsUser: 999
fsGroup: 999
containers:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ spec:
io.kompose.service: health-discovery
spec:
securityContext:
enabled: true
runAsUser: 1000
fsGroup: 1000
imagePullSecrets:
Expand Down
1 change: 0 additions & 1 deletion charts/health-discovery/templates/solr-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ spec:
io.kompose.service: solr
spec:
securityContext:
enabled: true
runAsUser: 1000
fsGroup: 1000
imagePullSecrets:
Expand Down

0 comments on commit fd46630

Please sign in to comment.