Skip to content

Commit

Permalink
[synthetics] Fix indent for env in private location chart (#1363)
Browse files Browse the repository at this point in the history
  • Loading branch information
ruizb authored Apr 4, 2024
1 parent 070c861 commit 61736e9
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions charts/synthetics-private-location/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Datadog changelog

## 0.15.31

* Fix `env` indentation in Deployment template.

## 0.15.30

* Fix `envFrom` indentation in Deployment template.
Expand Down
2 changes: 1 addition & 1 deletion charts/synthetics-private-location/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: synthetics-private-location
version: 0.15.30
version: 0.15.31
appVersion: 1.46.0
description: Datadog Synthetics Private Location
keywords:
Expand Down
2 changes: 1 addition & 1 deletion charts/synthetics-private-location/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Datadog Synthetics Private Location

![Version: 0.15.30](https://img.shields.io/badge/Version-0.15.30-informational?style=flat-square) ![AppVersion: 1.46.0](https://img.shields.io/badge/AppVersion-1.46.0-informational?style=flat-square)
![Version: 0.15.31](https://img.shields.io/badge/Version-0.15.31-informational?style=flat-square) ![AppVersion: 1.46.0](https://img.shields.io/badge/AppVersion-1.46.0-informational?style=flat-square)

[Datadog](https://www.datadoghq.com/) is a hosted infrastructure monitoring platform. This chart adds a Datadog Synthetics Private Location Deployment. For more information about synthetics monitoring with Datadog, please refer to the [Datadog documentation website](https://docs.datadoghq.com/synthetics/private_locations).

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ spec:
value: {{ .Values.enableStatusProbes | quote }}
{{- end }}
{{- if .Values.env }}
{{ toYaml .Values.env | indent 12 }}
{{- toYaml .Values.env | nindent 12 }}
{{- end }}
{{- end }}
{{- with .Values.nodeSelector }}
Expand Down

0 comments on commit 61736e9

Please sign in to comment.