fix issue with underscores versus dashes in secret name causing variable expansion failure

This commit is contained in:
Max Roby
2023-11-23 12:08:27 +01:00
committed by Chris Lu
parent f7b98ea1fb
commit ac6158818b
2 changed files with 4 additions and 6 deletions

View File

@@ -579,8 +579,6 @@ filer:
# You may specify buckets and users to be created during the install process
# The user's credentials must be in an existing secret using the key names:
# 'ACCESS_KEY_ID' and 'ACCESS_SECRET_KEY'
# The secret name should use underscore '_' separators,
# using a dash '-' will case variable expansion to fail inside the job.
#createBuckets:
# - bucket-a
# - bucket-b