Skip to content
Snippets Groups Projects
Commit ed53a755 authored by Pierre Ozoux's avatar Pierre Ozoux
Browse files

Fixes missing quote.

parent 53fdb1c7
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@ source /root/domains/common/scripts/functions.sh
export S3_COLD_ENDPOINT=https://cold-objects.liiib.re
export STORAGE_CLASS=cold
for NS in `kubectl get ns --no-headers -o custom-columns=":metadata.name" | grep -v "liiib\|soci\|licoo`; do
for NS in `kubectl get ns --no-headers -o custom-columns=":metadata.name" | grep -v "liiib\|soci\|licoo"`; do
# If secret for dump s3 bucket doesn't exists, skip this NS
if ! kubectl -n ${NS} get secret ${NS}-dumps 2>/dev/null; then
continue
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment