We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0adbcec + c4f0912 commit 524e654Copy full SHA for 524e654
src/jobs/helm_aws.yml
@@ -131,7 +131,7 @@ steps:
131
exit 1
132
else
133
NAMESPACE="<<parameters.reset_dev_env_replica_count>>"
134
- RELEASES=$(helm ls -n $NAMESPACE -o json | jq -r '.[].name' | grep -v 'ingress\|ragnaros\|codacy-seed')
+ RELEASES=$(helm ls -n $NAMESPACE -o json | jq -r '.[].name' | grep -v 'ingress\|ragnaros\|codacy-seed\|metrics-aggregation-service')
135
for RELEASE in $RELEASES ; do
136
DEPLOYMENTS=$(helm get manifest -n $NAMESPACE $RELEASE | yq eval -o json | jq -r '. | select(.kind == "Deployment") | .metadata.name' | sort -r)
137
for DEPLOYMENT in $DEPLOYMENTS ; do
0 commit comments