Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
BulatSaif authored Mar 22, 2024
1 parent a8e1306 commit 340ba07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/bridges-common-relay/templates/cronjob.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ spec:
spec:
restartPolicy: Never
serviceAccountName: {{ include "bridges-common-relay.serviceAccountName" $ }}
{{- if or .Values.secrets .Values.existingSecretName }}
{{- if or $.Values.secrets $.Values.existingSecretName }}
volumes:
- name: secrets
secret:
Expand Down Expand Up @@ -75,7 +75,7 @@ spec:
tx.bridgeRelayers.claimRewards "$rewards_account_params"
resources:
{{- toYaml $.Values.resources | nindent 16 }}
{{- if or .Values.secrets .Values.existingSecretName }}
{{- if or $.Values.secrets $.Values.existingSecretName }}
volumeMounts:
- name: secrets
mountPath: "/secrets"
Expand Down

0 comments on commit 340ba07

Please sign in to comment.