We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 12722ea + 8014b0e commit d6a00deCopy full SHA for d6a00de
2 files changed
.do/Makefile
@@ -32,7 +32,6 @@ define call_helm_install
32
--set global.workerManager.workers.config.imageVersion=${5} \
33
--set global.crow.config.passwordAuth.password=$${CROW_PASSWORD} \
34
--set rabbitmq.image.repository=bitnamilegacy/rabbitmq \
35
-
36
"$${extra_args[@]}"
37
endef
38
codacy/values.yaml
@@ -324,7 +324,7 @@ rabbitmq-ha:
324
tag: "3.8.35-debian-11-r5"
325
auth:
326
username: rabbitmq-codacy
327
- password: rabbitmq-codacy
+ password: CHANGEME
328
prometheus:
329
operator:
330
enabled: false
0 commit comments