mirror of
https://github.com/dat515-2025/Group-8.git
synced 2026-03-22 15:12:08 +01:00
feat(infrastructure): automatic deploy
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
{{- if .Values.rabbitmq.password }}
|
||||
apiVersion: v1
|
||||
kind: Secret
|
||||
metadata:
|
||||
name: {{ printf "%s-user-credentials" (.Values.rabbitmq.username | default "app-user") }}
|
||||
namespace: {{ .Values.rabbitmq.namespace | default "rabbitmq" }}
|
||||
labels:
|
||||
app.kubernetes.io/managed-by: Helm
|
||||
stringData:
|
||||
password: {{ .Values.rabbitmq.password | quote }}
|
||||
{{- end }}
|
||||
Reference in New Issue
Block a user