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.
1 parent 12722ea commit 7163c0aCopy full SHA for 7163c0a
1 file changed
.do/Makefile
@@ -17,6 +17,7 @@ define call_helm_install
17
-f ../codacy/values-production.yaml \
18
-f values.yaml \
19
--namespace ${2} \
20
+ --reuse-values \
21
--set global.imagePullSecrets[0].name=docker-credentials \
22
--set global.play.cryptoSecret=$${SHARED_PLAY_CRYPTO_SECRET} \
23
--set global.akka.sessionSecret=$${SHARED_AKKA_SESSION_SECRET} \
@@ -32,7 +33,6 @@ define call_helm_install
32
33
--set global.workerManager.workers.config.imageVersion=${5} \
34
--set global.crow.config.passwordAuth.password=$${CROW_PASSWORD} \
35
--set rabbitmq.image.repository=bitnamilegacy/rabbitmq \
-
36
"$${extra_args[@]}"
37
endef
38
0 commit comments