Skip to content

Commit

Permalink
Merge pull request #8 from onaio/fix-archiver-check
Browse files Browse the repository at this point in the history
Add check for archiver
  • Loading branch information
HusnaHariz authored May 6, 2024
2 parents a0fffa2 + 29fce56 commit cc134fc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -123,9 +123,11 @@ app.kubernetes.io/instance: {{ .Release.Name }}-indexer
Archiver Selector labels
*/}}
{{- define "archiver.selectorLabels" -}}
{{- if .Values.archiver }}
app.kubernetes.io/name: {{ include "rapidpro.name" . }}-archiver
app.kubernetes.io/instance: {{ .Release.Name }}-archiver
{{- end }}
{{- end }}

{{/*
Create the name of the service account to use
Expand Down

0 comments on commit cc134fc

Please sign in to comment.