From 48df3aa2ef15221d95fd412aaf6d7475a8382e39 Mon Sep 17 00:00:00 2001 From: June Xu Date: Mon, 16 Oct 2023 09:51:34 -0700 Subject: [PATCH] Update additional chart --- charts/retool/values.yaml | 2 +- values.yaml | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/charts/retool/values.yaml b/charts/retool/values.yaml index 9373b87a..880b691c 100644 --- a/charts/retool/values.yaml +++ b/charts/retool/values.yaml @@ -564,4 +564,4 @@ hostAliases: {} # - ip: 1.1.1.1 # hostnames: # - test.com -# - anothertest.com +# - anothertest.com diff --git a/values.yaml b/values.yaml index e3797db8..880b691c 100644 --- a/values.yaml +++ b/values.yaml @@ -557,3 +557,11 @@ extraManifests: [] securityGroupPolicy: enabled: false groupIds: [] + +hostAliases: {} +# Support hostAliases on the backend deployment +# hostAliases: +# - ip: 1.1.1.1 +# hostnames: +# - test.com +# - anothertest.com