extraSecrets prepend release name (#4960)

This commit is contained in:
Rahul Sadanandan
2021-01-13 09:27:20 +01:00
committed by GitHub
parent 53e5fec9c6
commit 6bc370176f
3 changed files with 7 additions and 1 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.6.3
version: 8.6.4
+4
View File
@@ -27,7 +27,11 @@ data:
apiVersion: v1
kind: Secret
metadata:
{{- if .Values.extraSecretsPrependReleaseName }}
name: {{ $.Release.Name }}-{{ $key }}
{{- else }}
name: {{ $key }}
{{- end }}
namespace: {{ $.Release.Namespace | quote }}
labels: {{- include "common.labels.standard" $ | nindent 4 }}
type: Opaque
+2
View File
@@ -301,6 +301,8 @@ extraVolumes: []
## ...
## }
##
## Set this flag to true if extraSecrets should be created with <release-name> prepended.
extraSecretsPrependReleaseName: false
extraSecrets: {}
## Number of RabbitMQ replicas to deploy