feat(infrastructure): update rabbitmq env

This commit is contained in:
2025-10-05 21:30:22 +02:00
parent 5c4e155546
commit d4da625408
4 changed files with 1 additions and 9 deletions

View File

@@ -4,8 +4,6 @@ kind: Secret
metadata:
name: {{ printf "%s-user-credentials" (.Values.rabbitmq.username | default "app-user") }}
namespace: {{ .Release.Namespace }}
labels:
app.kubernetes.io/managed-by: Helm
stringData:
password: {{ .Values.rabbitmq.password | quote }}
{{- end }}