Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Using if not
  • Loading branch information
jjoyce0510 committed Jun 11, 2021
commit 545439474b7b069682bd552ad5cf26d889e6810b
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ spec:
periodSeconds: {{ .Values.readinessProbe.periodSeconds }}
failureThreshold: {{ .Values.readinessProbe.failureThreshold }}
env:
{{- if ne .Values.global.datahub_standalone_consumers_enabled true }}
{{- if not .Values.global.datahub_standalone_consumers_enabled }}
- name: MCE_CONSUMER_ENABLED
value: "true"
- name: MAE_CONSUMER_ENABLED
Expand Down