Skip to content

Commit

Permalink
Update scripts for deployment to AKS and EKS
Browse files Browse the repository at this point in the history
  • Loading branch information
mvlassis committed Aug 23, 2024
1 parent aac4e3f commit 6f29712
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy-to-aks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
JSON_ARRAY=$(echo "[\"${INPUT_VERSIONS//,/\",\"}\"]")
echo "bundle_versions=${JSON_ARRAY}" >> $GITHUB_OUTPUT
echo "bundle_versions=${bundle_versions}"
deploy-ckf-to-aks:
needs: preprocess-input
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/deploy-to-eks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ jobs:
JSON_ARRAY=$(echo "[\"${INPUT_VERSIONS//,/\",\"}\"]")
echo "bundle_versions=${JSON_ARRAY}" >> $GITHUB_OUTPUT
echo "bundle_versions=${bundle_versions}"
deploy-ckf-to-eks:
needs: preprocess-input
runs-on: ubuntu-22.04
Expand Down

0 comments on commit 6f29712

Please sign in to comment.