Skip to content

Commit

Permalink
Fix ClusterAgent section (#278)
Browse files Browse the repository at this point in the history
  • Loading branch information
htplbc authored Dec 3, 2020
1 parent a9e11bf commit 5e90c2d
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions releases/datadog/helmfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,10 +91,10 @@ releases:
processCollection: {{ .Values.processAgent.enabled }}
systemProbe:
enabled: {{ .Values.systemProbe.enabled }}
clusterAgent:
enabled: {{ .Values.clusterAgent.enabled }}
tokenExistingSecret: {{ .Values.clusterTokenSecret.name }}
metricsProvider:
enabled: {{ .Values.metricsProvider.enabled }}
clusterChecks:
enabled: {{ .Values.clusterChecks.enabled }}
clusterAgent:
enabled: {{ .Values.clusterAgent.enabled }}
tokenExistingSecret: {{ .Values.clusterTokenSecret.name }}
metricsProvider:
enabled: {{ .Values.metricsProvider.enabled }}
clusterChecks:
enabled: {{ .Values.clusterChecks.enabled }}

0 comments on commit 5e90c2d

Please sign in to comment.