mirror of
https://github.com/wazuh/wazuh-kubernetes.git
synced 2025-12-11 03:35:28 -06:00
Change volume filter
This commit is contained in:
parent
10f073f10f
commit
375081c651
2
.github/workflows/deployment-test.yml
vendored
2
.github/workflows/deployment-test.yml
vendored
@ -205,7 +205,7 @@ jobs:
|
||||
run: |
|
||||
for volume_id in $(aws ec2 describe-volumes \
|
||||
--region ${{ env.AWS_REGION }} \
|
||||
--filters Name=tag:Name,Values="${{ env.CLUSTER_NAMME }}*" \
|
||||
--filters Name=tag:KubernetesCluster,Values="${{ env.CLUSTER_NAMME }}" \
|
||||
--query "Volumes[].VolumeId" \
|
||||
--output text); do
|
||||
echo "Eliminando volumen con ID: $volume_id"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user