Skip to content

Commit

Permalink
[synthetics] Fix envFrom indentation in private location chart (#1361)
Browse files Browse the repository at this point in the history
Co-authored-by: Benoit Ruiz <benoit.ruiz@datadoghq.com>
  • Loading branch information
tmcg-gusto and ruizb authored Apr 4, 2024
1 parent 8ff35e3 commit 070c861
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.30

* Fix `envFrom` indentation in Deployment template.

## 0.15.29

* Update Kubernetes deployment template to set `DATADOG_WORKER_ENABLE_STATUS_PROBES` environment variable when `enableStatusProbes` value is defined.
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.29
version: 0.15.30
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.29](https://img.shields.io/badge/Version-0.15.29-informational?style=flat-square) ![AppVersion: 1.46.0](https://img.shields.io/badge/AppVersion-1.46.0-informational?style=flat-square)
![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)

[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 @@ -67,7 +67,7 @@ spec:
{{- toYaml .Values.resources | nindent 12 }}
{{- if .Values.envFrom }}
envFrom:
{{ toYaml .Values.envFrom | indent 12 }}
{{- toYaml .Values.envFrom | nindent 12 }}
{{- end }}
{{- if or (.Values.env) (.Values.enableStatusProbes) }}
env:
Expand Down

0 comments on commit 070c861

Please sign in to comment.