From a7bdbdbf38f6df448b2a79947be25db2ba49ba38 Mon Sep 17 00:00:00 2001 From: chgl Date: Fri, 29 Jan 2021 20:40:26 +0100 Subject: [PATCH] Develop (#23) * fix: revert explicitely setting the automountServiceToken --- charts/fhir-server/Chart.yaml | 2 +- charts/fhir-server/templates/deployment.yaml | 1 - charts/fhir-server/templates/sqlcontainerdeployment.yaml | 1 - charts/ohdsi/Chart.yaml | 2 +- charts/ohdsi/templates/achilles-cronjob.yaml | 1 - charts/ohdsi/templates/atlas-deployment.yaml | 1 - charts/ohdsi/templates/cdm-init-job.yaml | 1 - charts/ohdsi/templates/webapi-deployment.yaml | 1 - 8 files changed, 2 insertions(+), 8 deletions(-) diff --git a/charts/fhir-server/Chart.yaml b/charts/fhir-server/Chart.yaml index e6d89145..26b6eb42 100644 --- a/charts/fhir-server/Chart.yaml +++ b/charts/fhir-server/Chart.yaml @@ -10,4 +10,4 @@ maintainers: sources: - https://github.com/microsoft/fhir-server type: application -version: 0.4.8 +version: 0.4.9 diff --git a/charts/fhir-server/templates/deployment.yaml b/charts/fhir-server/templates/deployment.yaml index 5ba7d2e5..6f3745c2 100644 --- a/charts/fhir-server/templates/deployment.yaml +++ b/charts/fhir-server/templates/deployment.yaml @@ -23,7 +23,6 @@ spec: imagePullSecrets: {{- toYaml . | nindent 8 }} {{- end }} - automountServiceAccountToken: false securityContext: {{- toYaml .Values.podSecurityContext | nindent 8 }} containers: diff --git a/charts/fhir-server/templates/sqlcontainerdeployment.yaml b/charts/fhir-server/templates/sqlcontainerdeployment.yaml index 4227c16e..aba8521c 100644 --- a/charts/fhir-server/templates/sqlcontainerdeployment.yaml +++ b/charts/fhir-server/templates/sqlcontainerdeployment.yaml @@ -21,7 +21,6 @@ spec: imagePullSecrets: {{- toYaml . | nindent 8 }} {{- end }} - automountServiceAccountToken: false securityContext: {{- toYaml .Values.database.sqlContainer.podSecurityContext | nindent 8 }} containers: diff --git a/charts/ohdsi/Chart.yaml b/charts/ohdsi/Chart.yaml index 90307087..a9d3ee62 100644 --- a/charts/ohdsi/Chart.yaml +++ b/charts/ohdsi/Chart.yaml @@ -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 diff --git a/charts/ohdsi/templates/achilles-cronjob.yaml b/charts/ohdsi/templates/achilles-cronjob.yaml index a60b0238..175730c1 100644 --- a/charts/ohdsi/templates/achilles-cronjob.yaml +++ b/charts/ohdsi/templates/achilles-cronjob.yaml @@ -23,7 +23,6 @@ spec: imagePullSecrets: {{- toYaml . | nindent 12 }} {{- end }} - automountServiceAccountToken: false {{- with .podSecurityContext}} securityContext: {{- toYaml . | nindent 12 }} diff --git a/charts/ohdsi/templates/atlas-deployment.yaml b/charts/ohdsi/templates/atlas-deployment.yaml index 4384c362..d93d691a 100644 --- a/charts/ohdsi/templates/atlas-deployment.yaml +++ b/charts/ohdsi/templates/atlas-deployment.yaml @@ -32,7 +32,6 @@ spec: imagePullSecrets: {{- toYaml . | nindent 8 }} {{- end }} - automountServiceAccountToken: false {{- with .podSecurityContext}} securityContext: {{- toYaml . | nindent 8 }} diff --git a/charts/ohdsi/templates/cdm-init-job.yaml b/charts/ohdsi/templates/cdm-init-job.yaml index cafa40b8..7ce1fbd5 100644 --- a/charts/ohdsi/templates/cdm-init-job.yaml +++ b/charts/ohdsi/templates/cdm-init-job.yaml @@ -29,7 +29,6 @@ spec: imagePullSecrets: {{- toYaml . | nindent 8 }} {{- end }} - automountServiceAccountToken: false {{- with .securityContext }} securityContext: {{- toYaml . | nindent 8 }} diff --git a/charts/ohdsi/templates/webapi-deployment.yaml b/charts/ohdsi/templates/webapi-deployment.yaml index b987dec9..0fff975d 100644 --- a/charts/ohdsi/templates/webapi-deployment.yaml +++ b/charts/ohdsi/templates/webapi-deployment.yaml @@ -34,7 +34,6 @@ spec: {{- end }} securityContext: {{- toYaml .podSecurityContext | nindent 8 }} - automountServiceAccountToken: false containers: - name: webapi securityContext: