From cb50fdb459dda6c4183a74f15d14e7362cc0e56a Mon Sep 17 00:00:00 2001 From: Saravanan Palanisamy Date: Sun, 15 Oct 2023 16:07:07 +0400 Subject: [PATCH] hostAliases: add more example --- helm/oauth2-proxy/values.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/helm/oauth2-proxy/values.yaml b/helm/oauth2-proxy/values.yaml index f22ba11..0089931 100644 --- a/helm/oauth2-proxy/values.yaml +++ b/helm/oauth2-proxy/values.yaml @@ -194,6 +194,9 @@ priorityClassName: "" # hostAliases is a list of aliases to be added to /etc/hosts for network name resolution hostAliases: [] +# - ip: "10.xxx.xxx.xxx" +# hostnames: +# - "auth.example.com" # - ip: 127.0.0.1 # hostnames: # - chart-example.local