File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ jobs:
100
100
id : create_service_account
101
101
uses : ./.github/workflows/actions/execute_and_retry
102
102
with :
103
- command : " eksctl create iamserviceaccount \
103
+ command : " ektl create iamserviceaccount \
104
104
--name service-account-${{ env.TESTING_ID }} \
105
105
--namespace ${{ env.SAMPLE_APP_NAMESPACE }} \
106
106
--cluster ${{ inputs.test-cluster-name }} \
@@ -155,7 +155,7 @@ jobs:
155
155
if [ $deployment_failed -eq 0 ]; then
156
156
. ${{ env.TEST_RESOURCES_FOLDER }}/.github/workflows/util/execute_and_retry.sh
157
157
execute_and_retry 3 \
158
- "${{ env.TEST_RESOURCES_FOLDER }}/enabment -script/enable-app-signals.sh \
158
+ "${{ env.TEST_RESOURCES_FOLDER }}/enablement -script/enable-app-signals.sh \
159
159
${{ inputs.test-cluster-name }} \
160
160
${{ inputs.aws-region }} \
161
161
${{ env.SAMPLE_APP_NAMESPACE }}" \
You can’t perform that action at this time.
0 commit comments