From d3635c6fa27b0710e4227d51194bf5cede1502c1 Mon Sep 17 00:00:00 2001 From: Konstantin Frank Date: Fri, 11 Feb 2022 10:38:05 +0100 Subject: [PATCH] add pathType to values --- chart/bitwarden-k8s/values.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/chart/bitwarden-k8s/values.yaml b/chart/bitwarden-k8s/values.yaml index 472e7f2..a61ff1e 100644 --- a/chart/bitwarden-k8s/values.yaml +++ b/chart/bitwarden-k8s/values.yaml @@ -55,6 +55,10 @@ ingress: hosts: - bitwarden.example + # pathType is only for k8s >= 1.1= + pathType: Prefix + + resources: {} # We usually recommend not to specify default resources and to leave this as a conscious # choice for the user. This also increases chances charts run on environments with little