Skip to content

Commit

Permalink
Merge pull request #52 from averbis/51-warning-unknown-field-spectemp…
Browse files Browse the repository at this point in the history
…latespecsecuritycontextenabled

Removed `enabled: true` property from securityContext.
  • Loading branch information
msumner-averbis authored Mar 14, 2024
2 parents 3c6fcdd + fd46630 commit a7d0c17
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 a7d0c17

Please sign in to comment.