mirror of
https://github.com/wahyd4/charts.git
synced 2026-08-22 11:35:58 +10:00
use BITNAMI_DEBUG te enable bash script debugging
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
apiVersion: v1
|
||||
name: etcd
|
||||
version: 4.4.5
|
||||
version: 4.4.6
|
||||
appVersion: 3.4.3
|
||||
description: etcd is a distributed key value store that provides a reliable way to store data across a cluster of machines
|
||||
keywords:
|
||||
|
||||
@@ -27,7 +27,7 @@ data:
|
||||
exec 3>&1
|
||||
exec 4>&2
|
||||
|
||||
if [ ${BASH_DEBUG:-0} -eq 1 ]; then
|
||||
if [ "${BITNAMI_DEBUG}" = true ]; then
|
||||
echo "==> Bash debug is on"
|
||||
else
|
||||
echo "==> Bash debug is off"
|
||||
@@ -190,7 +190,7 @@ data:
|
||||
exec 3>&1
|
||||
exec 4>&2
|
||||
|
||||
if [ ${BASH_DEBUG:-0} -eq 1 ]; then
|
||||
if [ "${BITNAMI_DEBUG}" = true ]; then
|
||||
echo "==> Bash debug is on"
|
||||
else
|
||||
echo "==> Bash debug is off"
|
||||
@@ -216,7 +216,7 @@ data:
|
||||
exec 3>&1
|
||||
exec 4>&2
|
||||
|
||||
if [ ${BASH_DEBUG:-0} -eq 1 ]; then
|
||||
if [ "${BITNAMI_DEBUG}" = true ]; then
|
||||
echo "==> Bash debug is on"
|
||||
else
|
||||
echo "==> Bash debug is off"
|
||||
@@ -242,7 +242,7 @@ data:
|
||||
exec 3>&1
|
||||
exec 4>&2
|
||||
|
||||
if [ ${BASH_DEBUG:-0} -eq 1 ]; then
|
||||
if [ "${BITNAMI_DEBUG}" = true ]; then
|
||||
echo "==> Bash debug is on"
|
||||
else
|
||||
echo "==> Bash debug is off"
|
||||
|
||||
Reference in New Issue
Block a user