From 5101eeb018ef00de0fe73b4f5ea22cbc31c73883 Mon Sep 17 00:00:00 2001 From: Jean-Michel Crepel Date: Fri, 23 Aug 2024 08:30:15 +0200 Subject: [PATCH] update with review --- templates/analytics/analytics-deployment.yaml | 2 +- values.yaml | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/templates/analytics/analytics-deployment.yaml b/templates/analytics/analytics-deployment.yaml index d52c31d..8ec1235 100644 --- a/templates/analytics/analytics-deployment.yaml +++ b/templates/analytics/analytics-deployment.yaml @@ -67,6 +67,6 @@ spec: {{- end }} {{- if .Values.hostAliases }} hostAliases: - {{- .Values.hostAliases | toYaml | nindent 6 }} + {{- .Values.hostAliases | toYaml | nindent 8 }} {{- end }} {{- end }} diff --git a/values.yaml b/values.yaml index 2747b38..597f642 100644 --- a/values.yaml +++ b/values.yaml @@ -379,4 +379,5 @@ rabbitmq: hostAliases: [] # - ip: "127.0.0.1" # hostnames: -# - "host.alias.com" \ No newline at end of file +# - "host.alias.com" +