This commit is contained in:
2023-10-18 12:41:38 +02:00
parent c9033fcd4f
commit 301e136271
2 changed files with 50 additions and 50 deletions

View File

@@ -63,7 +63,7 @@ resource "kubectl_manifest" "dbgate-init" {
data:
start.sh: |-
[ -e /etc/local-ca/ca.crt ] && cat /etc/local-ca/ca.crt >> /etc/ssl/certs/ca-certificates.crt
exec /bin/su - node -c /home/dbgate-docker/entrypoint.sh "$@"
exec /bin/su node -c /home/dbgate-docker/entrypoint.sh "$@"
EOF
}