Commit 0a49e2e2 authored by David José Araújo Ferreira's avatar David José Araújo Ferreira
Browse files

Redeploy all fixed

parent 7853e2a1
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -18,6 +18,11 @@
# Read deployment settings
########################################################################################################################

# ----- Redeploy All ------------------------------------------------------------
# If not already set, enables all components redeployment
export REDEPLOYALL=${REDEPLOYALL:-""}


# If not already set, set the namespace where CockroackDB will be deployed.
export CRDB_NAMESPACE=${CRDB_NAMESPACE:-"crdb"}

+4 −0
Original line number Diff line number Diff line
@@ -18,6 +18,10 @@
# Read deployment settings
########################################################################################################################

# ----- Redeploy All ------------------------------------------------------------
# If not already set, enables all components redeployment
export REDEPLOYALL=${REDEPLOYALL:-""}

# If not already set, set the namespace where NATS will be deployed.
export NATS_NAMESPACE=${NATS_NAMESPACE:-"nats"}

+4 −0
Original line number Diff line number Diff line
@@ -18,6 +18,10 @@
# Read deployment settings
########################################################################################################################

# ----- Redeploy All ------------------------------------------------------------
# If not already set, enables all components redeployment
export REDEPLOYALL=${REDEPLOYALL:-""}

# If not already set, set the namespace where QuestDB will be deployed.
export QDB_NAMESPACE=${QDB_NAMESPACE:-"qdb"}