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:
erlangCookie: ""
existingErlangSecret: ""
existingPasswordSecret: ""
password: hunny-bunny
erlangCookie: prod-rabbitmq
existingErlangSecret: prod-rabbitmq
existingPasswordSecret: prod-rabbitmq
password: ""
username: user
clusterDomain: cluster.local
ingress:
+4 -4
View File
@@ -1,8 +1,8 @@
auth:
erlangCookie: ""
existingErlangSecret: ""
existingPasswordSecret: ""
password: hunny-bunny
erlangCookie: staging-rabbitmq
existingErlangSecret: staging-rabbitmq
existingPasswordSecret: staging-rabbitmq
password: ""
username: user
clusterDomain: cluster.local
ingress: