Skip to content

Commit

Permalink
BGD-4374 - fix killSyncerEnabled ghostSyncerEnabled args
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Tarasov committed Jan 31, 2024
1 parent 50cf92e commit ccc0316
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions charts/bigdata-spark-watcher/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,12 @@ spec:
- --replica-count
- "{{ .Values.replicaTagger.replicaCount }}"
{{- end }}
- --enable-ghost-syncer
- "{{ .Values.ghostSyncerEnabled}}"
{{- if .Values.ghostSyncerEnabled }}
- --enable-ghost-syncer
{{- end }}
{{- if .Values.killSyncerEnabled }}
- --enable-kill-syncer
- "{{ .Values.killSyncerEnabled}}"
{{- end }}
ports:
- name: metrics
containerPort: 8080
Expand Down

0 comments on commit ccc0316

Please sign in to comment.