summaryrefslogtreecommitdiffstats
path: root/kubernetes/msb/components
diff options
context:
space:
mode:
authorSylvain Desbureaux <sylvain.desbureaux@orange.com>2021-09-21 06:17:38 +0000
committerGerrit Code Review <gerrit@onap.org>2021-09-21 06:17:38 +0000
commitfb53e04383b0cf9ec9c8728d9cbeb00010d8d623 (patch)
treea0eadc08932c1793a5f52c7e0cdb89659cc166f3 /kubernetes/msb/components
parent3097ca89ffaafda3147cd3328d8ede99d12e25c9 (diff)
parent7bf306eeb0f6be832558c6edb48b78f5909b2831 (diff)
Merge "[COMMON] Replace tabs by 4 ws in shell scripts"
Diffstat (limited to 'kubernetes/msb/components')
-rwxr-xr-xkubernetes/msb/components/msb-consul/resources/docker-entrypoint.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/kubernetes/msb/components/msb-consul/resources/docker-entrypoint.sh b/kubernetes/msb/components/msb-consul/resources/docker-entrypoint.sh
index cbcbf7a8bf..2b42402102 100755
--- a/kubernetes/msb/components/msb-consul/resources/docker-entrypoint.sh
+++ b/kubernetes/msb/components/msb-consul/resources/docker-entrypoint.sh
@@ -48,7 +48,7 @@ CONSUL_CONFIG_DIR=/consul/config
# You can also set the CONSUL_LOCAL_CONFIG environemnt variable to pass some
# Consul configuration JSON without having to bind any volumes.
if [ -n "$CONSUL_LOCAL_CONFIG" ]; then
- echo "$CONSUL_LOCAL_CONFIG" > "$CONSUL_CONFIG_DIR/local.json"
+ echo "$CONSUL_LOCAL_CONFIG" > "$CONSUL_CONFIG_DIR/local.json"
fi
# If the user is trying to run Consul directly with some arguments, then