Skip to content

Commit

Permalink
fix: incomplete fix, additional (#113)
Browse files Browse the repository at this point in the history
Signed-off-by: Lester Guerzon <[email protected]>
  • Loading branch information
guerzon authored Aug 30, 2024
1 parent bbafc1e commit ba97356
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/vaultwarden/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ maintainers:
- name: guerzon
email: [email protected]
url: https://github.com/guerzon
version: 0.25.1
version: 0.25.2
kubeVersion: ">=1.12.0-0"
4 changes: 3 additions & 1 deletion charts/vaultwarden/templates/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@ metadata:
{{- toYaml $ingress.additionalAnnotations | nindent 4 }}
{{- end }}
{{- if $ingress.nginxIngressAnnotations }}
nginx.ingress.kubernetes.io/custom-headers: {{ $ingress.customHeadersConfigMap }}
{{- if $ingress.customHeadersConfigMap }}
nginx.ingress.kubernetes.io/custom-headers: {{ .Release.Namespace }}/custom-headers-configmap
{{- end }}
nginx.ingress.kubernetes.io/connection-proxy-header: "keep-alive"
nginx.ingress.kubernetes.io/enable-cors: "true"
nginx.ingress.kubernetes.io/ssl-redirect: "true"
Expand Down

0 comments on commit ba97356

Please sign in to comment.