Skip to content

Commit 095f022

Browse files
committed
Append.
1 parent adf58ea commit 095f022

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/common.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ setup_aws_kubernetes() {
169169
if [ -n "$role_arn" ]; then
170170
echo "[assume_role]
171171
role_arn=${role_arn}
172-
source_profile=${profile:-default}" > ~/.aws/credentials
172+
source_profile=${profile:-default}" >> ~/.aws/credentials
173173

174174
aws eks update-kubeconfig --region ${region} --name ${cluster_name} --profile assume_role
175175
else

0 commit comments

Comments
 (0)