fix: get rid of rabbitmq password in values

This commit is contained in:
Jonas Juselius
2024-03-06 08:45:27 +01:00
parent f42f311ac9
commit 00ad12d88a
2 changed files with 8 additions and 8 deletions
+4 -4
View File
@@ -1,8 +1,8 @@
auth: auth:
erlangCookie: "" erlangCookie: prod-rabbitmq
existingErlangSecret: "" existingErlangSecret: prod-rabbitmq
existingPasswordSecret: "" existingPasswordSecret: prod-rabbitmq
password: hunny-bunny password: ""
username: user username: user
clusterDomain: cluster.local clusterDomain: cluster.local
ingress: ingress:
+4 -4
View File
@@ -1,8 +1,8 @@
auth: auth:
erlangCookie: "" erlangCookie: staging-rabbitmq
existingErlangSecret: "" existingErlangSecret: staging-rabbitmq
existingPasswordSecret: "" existingPasswordSecret: staging-rabbitmq
password: hunny-bunny password: ""
username: user username: user
clusterDomain: cluster.local clusterDomain: cluster.local
ingress: ingress: