From 30fd76fa4df0953095798506eda2a1f7f0caa8f5 Mon Sep 17 00:00:00 2001 From: Benjamin Blankenmeister Date: Thu, 26 Oct 2023 15:31:40 -0400 Subject: [PATCH] Whitespace issues --- charts/hail-search/Chart.yaml | 2 +- charts/hail-search/templates/deployment.yaml | 2 +- charts/seqr/Chart.yaml | 2 +- charts/seqr/templates/check-for-new-samples-from-pipeline.yaml | 3 +++ charts/seqr/templates/cronjob.yaml | 3 +++ charts/seqr/templates/deployment.yaml | 2 +- 6 files changed, 10 insertions(+), 4 deletions(-) diff --git a/charts/hail-search/Chart.yaml b/charts/hail-search/Chart.yaml index eb91fb73..d824e515 100644 --- a/charts/hail-search/Chart.yaml +++ b/charts/hail-search/Chart.yaml @@ -18,7 +18,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.1.11 +version: 0.1.12 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to diff --git a/charts/hail-search/templates/deployment.yaml b/charts/hail-search/templates/deployment.yaml index 57eb4800..34026e98 100644 --- a/charts/hail-search/templates/deployment.yaml +++ b/charts/hail-search/templates/deployment.yaml @@ -28,7 +28,7 @@ spec: imagePullSecrets: {{- toYaml . | nindent 6 }} {{- end }} - {{- if .Values.serviceAccount.create -}} + {{- if .Values.serviceAccount.create }} serviceAccountName: {{ include "hail-search.fullname" . }} {{- end }} containers: diff --git a/charts/seqr/Chart.yaml b/charts/seqr/Chart.yaml index db642117..a53bd953 100644 --- a/charts/seqr/Chart.yaml +++ b/charts/seqr/Chart.yaml @@ -17,7 +17,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.0.60 +version: 0.0.61 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. diff --git a/charts/seqr/templates/check-for-new-samples-from-pipeline.yaml b/charts/seqr/templates/check-for-new-samples-from-pipeline.yaml index 788dce78..b2764344 100644 --- a/charts/seqr/templates/check-for-new-samples-from-pipeline.yaml +++ b/charts/seqr/templates/check-for-new-samples-from-pipeline.yaml @@ -29,6 +29,9 @@ spec: imagePullSecrets: {{- toYaml . | nindent 6 }} {{- end }} + {{- if .Values.serviceAccount.create }} + serviceAccountName: {{ include "seqr.fullname" . }} + {{- end }} containers: - name: {{ include "seqr.fullname" $ }}-check-new-samples-job-pod-{{ $path | replace "/" "-" | replace "_" "-" | lower}} image: {{ $.Values.image.repository }}:{{ $.Values.image.tag | default $.Chart.AppVersion }} diff --git a/charts/seqr/templates/cronjob.yaml b/charts/seqr/templates/cronjob.yaml index 23d400af..53358239 100644 --- a/charts/seqr/templates/cronjob.yaml +++ b/charts/seqr/templates/cronjob.yaml @@ -41,6 +41,9 @@ spec: imagePullSecrets: {{- toYaml . | nindent 10 }} {{- end }} + {{- if .Values.serviceAccount.create }} + serviceAccountName: {{ include "seqr.fullname" . }} + {{- end }} containers: - name: {{ include "seqr.fullname" $ }}-{{- $c.name }}-cronjob-pod imagePullPolicy: {{ $.Values.image.pullPolicy }} diff --git a/charts/seqr/templates/deployment.yaml b/charts/seqr/templates/deployment.yaml index 07b07643..14785435 100644 --- a/charts/seqr/templates/deployment.yaml +++ b/charts/seqr/templates/deployment.yaml @@ -36,7 +36,7 @@ spec: imagePullSecrets: {{- toYaml . | nindent 6 }} {{- end }} - {{- if .Values.serviceAccount.create -}} + {{- if .Values.serviceAccount.create }} serviceAccountName: {{ include "seqr.fullname" . }} {{- end }} containers: