Skip to content

Commit

Permalink
DEV-41170: Make the collector group name's casing the same as user de…
Browse files Browse the repository at this point in the history
…fined
  • Loading branch information
jeremy committed Dec 10, 2018
1 parent 15c62fa commit cdc2c49
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions argus/templates/collectorset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ spec:
orchestrator: Kubernetes
replicas: {{ required "A valid .Values.collector.replicas entry is required!" .Values.collector.replicas }}
size: {{ required "A valid .Values.collector.size entry is required!" .Values.collector.size }}
groupName: {{ required "A valid .Values.clusterName entry is required!" .Values.clusterName }}
{{- if .Values.collector.escalationChainID }}
escalationChainID: {{ .Values.collector.escalationChainID }}
{{- end }}
Expand Down

0 comments on commit cdc2c49

Please sign in to comment.