mirror of
https://github.com/bitnami/charts.git
synced 2026-03-16 14:57:08 +08:00
[bitnami/rabbitmq] fix if statement for checksum/secret annotation (#4644)
This commit is contained in:
@@ -23,4 +23,4 @@ name: rabbitmq
|
|||||||
sources:
|
sources:
|
||||||
- https://github.com/bitnami/bitnami-docker-rabbitmq
|
- https://github.com/bitnami/bitnami-docker-rabbitmq
|
||||||
- https://www.rabbitmq.com
|
- https://www.rabbitmq.com
|
||||||
version: 8.4.2
|
version: 8.4.3
|
||||||
|
|||||||
@@ -26,7 +26,7 @@ spec:
|
|||||||
{{- end }}
|
{{- end }}
|
||||||
annotations:
|
annotations:
|
||||||
checksum/config: {{ include (print $.Template.BasePath "/configuration.yaml") . | sha256sum }}
|
checksum/config: {{ include (print $.Template.BasePath "/configuration.yaml") . | sha256sum }}
|
||||||
{{- if or (not .Values.auth.existingErlangSecret) (not .Values.auth.existingPasswordSecret) }}
|
{{- if or (not .Values.auth.existingErlangSecret) (not .Values.auth.existingPasswordSecret) .Values.extraSecrets }}
|
||||||
checksum/secret: {{ include (print $.Template.BasePath "/secrets.yaml") . | sha256sum }}
|
checksum/secret: {{ include (print $.Template.BasePath "/secrets.yaml") . | sha256sum }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- if and .Values.auth.tls.enabled (not .Values.auth.tls.existingSecret) }}
|
{{- if and .Values.auth.tls.enabled (not .Values.auth.tls.existingSecret) }}
|
||||||
|
|||||||
Reference in New Issue
Block a user