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