add vault integration

This commit is contained in:
Kochetkov S 2026-04-15 11:39:10 +03:00
parent de154866e2
commit c7d04d2602
2 changed files with 11 additions and 1 deletions

View File

@ -30,3 +30,13 @@ spec:
persistence: persistence:
storageClass: local-path storageClass: local-path
size: 10Gi size: 10Gi
auth:
securePassword: true
existingPasswordSecret: ""
vault:
enabled: true
role: rabbitmq
authPath: auth/kubernetes
secretPath: secrets/data/rabbitmq/auth
usernameKey: username
passwordKey: password

View File

@ -8,7 +8,7 @@ spec:
chart: chart:
spec: spec:
chart: rabbitmq-contour chart: rabbitmq-contour
version: "15.2.2" version: "15.2.3"
sourceRef: sourceRef:
kind: HelmRepository kind: HelmRepository
name: yc-oci-charts name: yc-oci-charts