Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
codekow committed Jun 20, 2024
1 parent 60dbe38 commit c6745e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ack-system/scripts/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ aws_setup_ack_system(){

< ../ack-${type}-controller/operator/overlays/alpha/user-secrets-secret.yaml \
sed "s@UPDATE_AWS_ACCESS_KEY_ID@${AWS_ACCESS_KEY_ID}@; s@UPDATE_AWS_SECRET_ACCESS_KEY@${AWS_SECRET_ACCESS_KEY}@" | \
oc -n ${NAMESPACE} apply -f -
oc -n "${NAMESPACE}" apply -f -
done
}

Expand Down

0 comments on commit c6745e1

Please sign in to comment.