Merge "Remove helm status from deployment scripts for elastic-beats"

This commit is contained in:
Zuul 2021-10-21 15:46:04 +00:00 committed by Gerrit Code Review
commit 49e4b091fb
5 changed files with 0 additions and 15 deletions

View File

@ -60,6 +60,3 @@ helm upgrade --install elasticsearch ./elasticsearch \
#NOTE: Wait for deploy
./tools/deployment/common/wait-for-pods.sh osh-infra
#NOTE: Validate Deployment info
helm status elasticsearch

View File

@ -53,6 +53,3 @@ helm upgrade --install kibana ./kibana \
#NOTE: Wait for deploy
./tools/deployment/common/wait-for-pods.sh osh-infra
#NOTE: Validate Deployment info
helm status kibana

View File

@ -40,6 +40,3 @@ helm upgrade --install elastic-metricbeat ./elastic-metricbeat \
#NOTE: Wait for deploy
./tools/deployment/common/wait-for-pods.sh kube-system
#NOTE: Validate Deployment info
helm status elastic-metricbeat

View File

@ -40,6 +40,3 @@ helm upgrade --install elastic-filebeat ./elastic-filebeat \
#NOTE: Wait for deploy
./tools/deployment/common/wait-for-pods.sh kube-system
#NOTE: Validate Deployment info
helm status elastic-filebeat

View File

@ -40,6 +40,3 @@ helm upgrade --install elastic-packetbeat ./elastic-packetbeat \
#NOTE: Wait for deploy
./tools/deployment/common/wait-for-pods.sh kube-system
#NOTE: Validate Deployment info
helm status elastic-packetbeat