use proper credentials
All checks were successful
Build and Publish / build-release (push) Successful in 1m30s
All checks were successful
Build and Publish / build-release (push) Successful in 1m30s
This commit is contained in:
@@ -37,12 +37,12 @@ controllers:
|
||||
RABBITMQ_USERNAME:
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: '{{ include "bjw-s.common.lib.chart.names.fullname" $ }}-rabbitmq-user'
|
||||
name: '{{ include "bjw-s.common.lib.chart.names.fullname" $ }}-rabbitmq-user-user-credentials'
|
||||
key: username
|
||||
RABBITMQ_PASSWORD:
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: '{{ include "bjw-s.common.lib.chart.names.fullname" $ }}-rabbitmq-user'
|
||||
name: '{{ include "bjw-s.common.lib.chart.names.fullname" $ }}-rabbitmq-user-user-credentials'
|
||||
key: password
|
||||
RELEASE_COOKIE:
|
||||
valueFrom:
|
||||
|
||||
Reference in New Issue
Block a user