Skip to content

Commit

Permalink
Fix context (again)
Browse files Browse the repository at this point in the history
  • Loading branch information
bpblanken committed Oct 27, 2023
1 parent 30fd76f commit fd8d9b7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/seqr/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.61
version: 0.0.62
# 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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ spec:
imagePullSecrets:
{{- toYaml . | nindent 6 }}
{{- end }}
{{- if .Values.serviceAccount.create }}
{{- if $.Values.serviceAccount.create }}
serviceAccountName: {{ include "seqr.fullname" . }}
{{- end }}
containers:
Expand Down
2 changes: 1 addition & 1 deletion charts/seqr/templates/cronjob.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ spec:
imagePullSecrets:
{{- toYaml . | nindent 10 }}
{{- end }}
{{- if .Values.serviceAccount.create }}
{{- if $.Values.serviceAccount.create }}
serviceAccountName: {{ include "seqr.fullname" . }}
{{- end }}
containers:
Expand Down

0 comments on commit fd8d9b7

Please sign in to comment.