promenade/charts/etcd/templates/bin/_readiness.tpl

8 lines
127 B
Smarty

#!/bin/sh
set -ex
export ETCDCTL_ENDPOINTS=https://$POD_IP:{{ .Values.service.client.target_port }}
etcdctl endpoint health