mirror of
https://github.com/stefanprodan/podinfo.git
synced 2026-02-14 18:29:52 +00:00
- remove Helm v2 and Tiller - update Helm v3 to 3.5.0 - rename scripts dir to test Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
10 lines
136 B
Bash
Executable File
10 lines
136 B
Bash
Executable File
#1 /usr/bin/env sh
|
|
|
|
set -e
|
|
|
|
# wait for podinfo
|
|
kubectl rollout status deployment/podinfo --timeout=3m
|
|
|
|
# test podinfo
|
|
helm test podinfo
|