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