Skip to content

Commit

Permalink
Remove single quote becasue got error when provision in ansible task
Browse files Browse the repository at this point in the history
  • Loading branch information
Mao-hsiang Lien committed Jan 6, 2022
1 parent 66979a8 commit a6cb30c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/run_kops.yml
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@
if [ -n "${BOTO_PROFILE}" ]; then
export AWS_PROFILE="{{ kops_aws_profile | default('') }}";
fi
# Don't fail to remove no exist secret
# Dont fail to remove non-exist secret
kops delete secret secret dockerconfig \
--state s3://{{ cluster.s3_bucket_name }} \
--name {{ cluster.name }} || true
Expand Down

0 comments on commit a6cb30c

Please sign in to comment.