Skip to content

Commit

Permalink
put or on one line (#266)
Browse files Browse the repository at this point in the history
for reasons
  • Loading branch information
underrun authored Jan 27, 2022
1 parent ead392c commit e12db5c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions templates/server-job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,7 @@ spec:
{{ include "temporal.serviceAccount" . }}
restartPolicy: "OnFailure"
initContainers:
{{- if or .Values.cassandra.enabled
(eq (include "temporal.persistence.driver" (list $ "default")) "cassandra")
(eq (include "temporal.persistence.driver" (list $ "visibility")) "cassandra") }}
{{- if or .Values.cassandra.enabled (eq (include "temporal.persistence.driver" (list $ "default")) "cassandra") (eq (include "temporal.persistence.driver" (list $ "visibility")) "cassandra") }}
{{- if .Values.cassandra.enabled }}
- name: check-cassandra-service
image: busybox
Expand Down

0 comments on commit e12db5c

Please sign in to comment.