[bitnami/rabbitmq] fix missing quote on namespace (#4663)

This commit is contained in:
Bmailhe
2020-12-09 18:01:33 +01:00
committed by GitHub
parent 5594e66adf
commit e726d64752
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -23,4 +23,4 @@ name: rabbitmq
sources:
- https://github.com/bitnami/bitnami-docker-rabbitmq
- https://www.rabbitmq.com
version: 8.5.0
version: 8.5.1
+1 -1
View File
@@ -28,7 +28,7 @@ apiVersion: v1
kind: Secret
metadata:
name: {{ $key }}
namespace: {{ $.Release.Namespace }}
namespace: {{ $.Release.Namespace | quote }}
labels: {{- include "common.labels.standard" $ | nindent 4 }}
type: Opaque
stringData: {{- include "common.tplvalues.render" (dict "value" $value "context" $) | nindent 2 }}