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 97b0da1 commit 5379e45Copy full SHA for 5379e45
1 file changed
.do/Makefile
@@ -10,14 +10,14 @@ SHELL := /bin/bash # we need this for the extra args in `call_helm_install`
10
ENVIRONMENT?=dev
11
12
define call_helm_install
13
+ kubectl delete secret -n ${NAMESPACE} codacy-rabbitmq-ha
14
eval "extra_args=($$HELM_INSTALL_EXTRA_FLAGS)"; \
15
helm upgrade --install ${1} ${3} \
16
--atomic \
17
--timeout=900s \
18
-f ../codacy/values-production.yaml \
19
-f values.yaml \
20
--namespace ${2} \
- --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} \
0 commit comments