From 539b7f22dfaced9fb9db2b885e619181ccfeb3f5 Mon Sep 17 00:00:00 2001 From: Theron Voran Date: Fri, 15 Sep 2023 00:10:59 -0700 Subject: [PATCH] changelog++ --- CHANGELOG.md | 1 + values.yaml | 2 ++ 2 files changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 30f2850a2..7c158f183 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ Features: * server: Add support for dual stack clusters [GH-833](https://github.com/hashicorp/vault-helm/pull/833) +* server: Support `hostAliases` for the StatefulSet pods [GH-955](https://github.com/hashicorp/vault-helm/pull/955) Bugs: * csi: Add namespace field to `csi-role` and `csi-rolebindings`. [GH-909](https://github.com/hashicorp/vault-helm/pull/909) diff --git a/values.yaml b/values.yaml index 78b41afff..938a19705 100644 --- a/values.yaml +++ b/values.yaml @@ -444,11 +444,13 @@ server: # - secretName: chart-example-tls # hosts: # - chart-example.local + # hostAliases is a list of aliases to be added to /etc/hosts. Specified as a YAML list. hostAliases: [] # - ip: 127.0.0.1 # hostnames: # - chart-example.local + # OpenShift only - create a route to expose the service # By default the created route will be of type passthrough route: