fix: get rid of rabbitmq password in values
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user