Skip to content

Commit

Permalink
fix helm (#108)
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmed-mez committed Jun 5, 2020
1 parent cb2eac8 commit 72488e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chart/datadog-operator/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ spec:
args:
- --zap-level={{ .Values.logLevel }}
- --zap-encoder=console
- --zap-stacktrace-level=error
# - --zap-stacktrace-level=error // TODO: uncomment after releasing v0.3.0
- "--supportExtendedDaemonset={{ .Values.supportExtendedDaemonset}}"
- "--probesPort={{ .Values.probesPort }}"
- "--metricsPort={{ .Values.metricsPort }}"
Expand Down

0 comments on commit 72488e3

Please sign in to comment.