diff --git a/tools/deployment/osh-infra-local-storage/020-local-storage.sh b/tools/deployment/osh-infra-local-storage/020-local-storage.sh index 1cfaadbab..3739ca0f6 100755 --- a/tools/deployment/osh-infra-local-storage/020-local-storage.sh +++ b/tools/deployment/osh-infra-local-storage/020-local-storage.sh @@ -33,9 +33,6 @@ helm upgrade --install local-storage ./local-storage \ #NOTE: Wait for deploy ./tools/deployment/common/wait-for-pods.sh osh-infra -#NOTE: Validate Deployment info -helm status local-storage - # Simple object validation kubectl describe sc local-storage kubectl get pv diff --git a/tools/deployment/osh-infra-local-storage/040-prometheus.sh b/tools/deployment/osh-infra-local-storage/040-prometheus.sh index c03ce3683..27ef5b83d 100755 --- a/tools/deployment/osh-infra-local-storage/040-prometheus.sh +++ b/tools/deployment/osh-infra-local-storage/040-prometheus.sh @@ -29,9 +29,6 @@ helm upgrade --install prometheus ./prometheus \ #NOTE: Wait for deploy ./tools/deployment/common/wait-for-pods.sh osh-infra -#NOTE: Validate Deployment info -helm status prometheus - # Delete the test pod if it still exists kubectl delete pods -l application=prometheus,release_group=prometheus,component=test --namespace=osh-infra --ignore-not-found helm test prometheus