mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
Disable acme volume if kvprovider is configured) (#17067)
Signed-off-by: florian kinder <florian.kinder@mcl.de>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
a62d32a56c
commit
1148f0d328
@@ -1,6 +1,6 @@
|
||||
apiVersion: v1
|
||||
name: traefik
|
||||
version: 1.77.3
|
||||
version: 1.77.4
|
||||
appVersion: 1.7.14
|
||||
description: A Traefik based Kubernetes ingress controller with Let's Encrypt support
|
||||
keywords:
|
||||
|
||||
@@ -134,7 +134,7 @@ spec:
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
{{- if .Values.acme.enabled }}
|
||||
{{- if and (.Values.acme.enabled) (not .Values.kvprovider.storeAcme) }}
|
||||
- mountPath: /acme
|
||||
name: acme
|
||||
{{- end }}
|
||||
@@ -195,7 +195,7 @@ spec:
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
{{- if .Values.acme.enabled }}
|
||||
{{- if and (.Values.acme.enabled) (not .Values.kvprovider.storeAcme) }}
|
||||
- name: acme
|
||||
{{- if .Values.acme.persistence.enabled }}
|
||||
persistentVolumeClaim:
|
||||
|
||||
Reference in New Issue
Block a user