Skip to content

Commit

Permalink
fix context
Browse files Browse the repository at this point in the history
  • Loading branch information
bpblanken committed Oct 27, 2023
1 parent fd8d9b7 commit 00cd602
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.62
version: 0.0.63
# 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 @@ -30,7 +30,7 @@ spec:
{{- toYaml . | nindent 6 }}
{{- end }}
{{- if $.Values.serviceAccount.create }}
serviceAccountName: {{ include "seqr.fullname" . }}
serviceAccountName: {{ include "seqr.fullname" $ }}
{{- end }}
containers:
- name: {{ include "seqr.fullname" $ }}-check-new-samples-job-pod-{{ $path | replace "/" "-" | replace "_" "-" | lower}}
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 @@ -42,7 +42,7 @@ spec:
{{- toYaml . | nindent 10 }}
{{- end }}
{{- if $.Values.serviceAccount.create }}
serviceAccountName: {{ include "seqr.fullname" . }}
serviceAccountName: {{ include "seqr.fullname" $ }}
{{- end }}
containers:
- name: {{ include "seqr.fullname" $ }}-{{- $c.name }}-cronjob-pod
Expand Down

0 comments on commit 00cd602

Please sign in to comment.