[bitnami/argo-cd] Fix tls certs configmap (#8740)

* Fix tls certs configmap

Signed-off-by: Alejandro Moreno <amorenoc@vmware.com>

* Increase version

Signed-off-by: Alejandro Moreno <amorenoc@vmware.com>

* Typo

Signed-off-by: Alejandro Moreno <amorenoc@vmware.com>
This commit is contained in:
Alejandro Moreno
2022-01-21 10:37:21 +01:00
committed by GitHub
parent 60efb0df5e
commit b2140fac33
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -30,4 +30,4 @@ sources:
- https://github.com/argoproj/argo-cd/
- https://github.com/bitnami/bitnami-docker-dex
- https://github.com/dexidp/dex
version: 3.0.1
version: 3.0.2
+2 -2
View File
@@ -1,4 +1,4 @@
{{- if .Values.tlsCerts }}
{{- if .Values.config.tlsCerts }}
apiVersion: v1
kind: ConfigMap
metadata:
@@ -18,4 +18,4 @@ metadata:
{{- end }}
data:
{{- include "common.tplvalues.render" (dict "value" .Values.config.tlsCerts "context" $) | nindent 2 }}
{{- end }}
{{- end }}