You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe what should be investigated or refactored
#1531 and #1520 verified that pepr is deployable with Zarf & Helm. In the end, the same type of readiness check is used for both types of install methods.
We should use the readiness check presented in check-deployment-readiness.sh for both tests.
Links to any relevant code
deploy-zarf.yml
deploy-helm.yml
check-deployment-readiness.sh
Additional context
Test success is defined by all the replicas for pepr & the pepr watcher being ready
The text was updated successfully, but these errors were encountered:
Describe what should be investigated or refactored
#1531 and #1520 verified that pepr is deployable with Zarf & Helm. In the end, the same type of readiness check is used for both types of install methods.
We should use the readiness check presented in
check-deployment-readiness.sh
for both tests.Links to any relevant code
deploy-zarf.yml
deploy-helm.yml
check-deployment-readiness.sh
Additional context
Test success is defined by all the replicas for pepr & the pepr watcher being
ready
The text was updated successfully, but these errors were encountered: