Skip to content

Commit

Permalink
Merge pull request #16 from codecademy-engineering/bhb-fix-string
Browse files Browse the repository at this point in the history
quote strings
  • Loading branch information
bhb603 authored Jan 8, 2021
2 parents 9f87f0b + 52aa183 commit 1148b8d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/scalyr/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ keywords:
name: scalyr
sources:
- https://www.scalyr.com/help/install-agent-kubernetes
version: 0.2.4
version: 0.2.5
2 changes: 1 addition & 1 deletion charts/scalyr/templates/ds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ spec:
optional: true
{{- end }}
- name: SCALYR_REPORT_CONTAINER_METRICS
value: {{ .Values.scalyr.config.reportContainerMetrics }}
value: "{{ .Values.scalyr.config.reportContainerMetrics }}"
resources:
{{- toYaml .Values.resources | nindent 12 }}
volumeMounts:
Expand Down

0 comments on commit 1148b8d

Please sign in to comment.