From 83243223270c82f6c98ea96cfd9b84690deac094 Mon Sep 17 00:00:00 2001 From: DeveloperDurp Date: Wed, 9 Nov 2022 18:19:56 -0600 Subject: [PATCH] update vault --- vault/values.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/vault/values.yaml b/vault/values.yaml index 5e42ce1..209d55c 100644 --- a/vault/values.yaml +++ b/vault/values.yaml @@ -194,7 +194,7 @@ vault: # configure the ingress to point to the Vault active service. activeService: true hosts: - - host: chart-example.local + - host: vault.durp.info paths: [] ## Extra paths to prepend to the host configuration. This is useful when working with annotation based services. extraPaths: [] @@ -206,8 +206,8 @@ vault: # number: use-annotation tls: - hosts: - - bitwarden.durp.info - secretName: bitwarden-tls + - vault.durp.info + secretName: vault-tls route: enabled: false