Skip to content

Commit

Permalink
Develop (#23)
Browse files Browse the repository at this point in the history
* fix: revert explicitely setting the automountServiceToken
  • Loading branch information
chgl committed Jan 29, 2021
1 parent 2adf8f9 commit a7bdbdb
Show file tree
Hide file tree
Showing 8 changed files with 2 additions and 8 deletions.
2 changes: 1 addition & 1 deletion charts/fhir-server/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ maintainers:
sources:
- https://github.com/microsoft/fhir-server
type: application
version: 0.4.8
version: 0.4.9
1 change: 0 additions & 1 deletion charts/fhir-server/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ spec:
imagePullSecrets:
{{- toYaml . | nindent 8 }}
{{- end }}
automountServiceAccountToken: false
securityContext:
{{- toYaml .Values.podSecurityContext | nindent 8 }}
containers:
Expand Down
1 change: 0 additions & 1 deletion charts/fhir-server/templates/sqlcontainerdeployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ spec:
imagePullSecrets:
{{- toYaml . | nindent 8 }}
{{- end }}
automountServiceAccountToken: false
securityContext:
{{- toYaml .Values.database.sqlContainer.podSecurityContext | nindent 8 }}
containers:
Expand Down
2 changes: 1 addition & 1 deletion charts/ohdsi/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: ohdsi
description: A Helm chart for deploying OHDSI ATLAS and WebAPI.
type: application
version: 0.4.1
version: 0.4.2
home: https://github.com/OHDSI
keywords:
- ohdsi
Expand Down
1 change: 0 additions & 1 deletion charts/ohdsi/templates/achilles-cronjob.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ spec:
imagePullSecrets:
{{- toYaml . | nindent 12 }}
{{- end }}
automountServiceAccountToken: false
{{- with .podSecurityContext}}
securityContext:
{{- toYaml . | nindent 12 }}
Expand Down
1 change: 0 additions & 1 deletion charts/ohdsi/templates/atlas-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ spec:
imagePullSecrets:
{{- toYaml . | nindent 8 }}
{{- end }}
automountServiceAccountToken: false
{{- with .podSecurityContext}}
securityContext:
{{- toYaml . | nindent 8 }}
Expand Down
1 change: 0 additions & 1 deletion charts/ohdsi/templates/cdm-init-job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ spec:
imagePullSecrets:
{{- toYaml . | nindent 8 }}
{{- end }}
automountServiceAccountToken: false
{{- with .securityContext }}
securityContext:
{{- toYaml . | nindent 8 }}
Expand Down
1 change: 0 additions & 1 deletion charts/ohdsi/templates/webapi-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ spec:
{{- end }}
securityContext:
{{- toYaml .podSecurityContext | nindent 8 }}
automountServiceAccountToken: false
containers:
- name: webapi
securityContext:
Expand Down

0 comments on commit a7bdbdb

Please sign in to comment.