github.com/1aal/kubeblocks@v0.0.0-20231107070852-e1c03e598921/deploy/apecloud-mysql/scripts/agamotto.sh (about) 1 #!/bin/sh 2 if [ "$KB_PROXY_ENABLED" != "on" ]; then 3 /bin/agamotto --config=/opt/agamotto/agamotto-config.yaml 4 else 5 /bin/agamotto --config=/opt/agamotto/agamotto-config-with-proxy.yaml 6 fi