Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .do/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ define call_helm_install
-f ../codacy/values-production.yaml \
-f values.yaml \
--namespace ${2} \
--reuse-values \
--set global.imagePullSecrets[0].name=docker-credentials \
--set global.play.cryptoSecret=$${SHARED_PLAY_CRYPTO_SECRET} \
--set global.akka.sessionSecret=$${SHARED_AKKA_SESSION_SECRET} \
Expand All @@ -32,7 +33,6 @@ define call_helm_install
--set global.workerManager.workers.config.imageVersion=${5} \
--set global.crow.config.passwordAuth.password=$${CROW_PASSWORD} \
--set rabbitmq.image.repository=bitnamilegacy/rabbitmq \

"$${extra_args[@]}"
endef

Expand Down
2 changes: 1 addition & 1 deletion codacy/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@
rabbitmq:
create: true
rabbitmqUsername: "rabbitmq-codacy"
rabbitmqPassword: "CHANGEME"
rabbitmqPassword: "rabbitmq-codacy"

Check warning on line 144 in codacy/values.yaml

View check run for this annotation

Codacy Production / Codacy Static Code Analysis

codacy/values.yaml#L144

Base64 High Entropy String
rabbitmqvHost: "/"
host: codacy-rabbitmq-ha
port: 5672
Expand Down