diff --git a/.github/actions/create-sap-btp-kyma/action.yaml b/.github/actions/create-sap-btp-kyma/action.yaml index c6faf42..e711b90 100644 --- a/.github/actions/create-sap-btp-kyma/action.yaml +++ b/.github/actions/create-sap-btp-kyma/action.yaml @@ -32,7 +32,7 @@ inputs: btp_kyma_modules: description: 'String representation of the requested kyma modules list that should be pre-installed on the kyma environments' required: false - default: "[{name = 'istio', channel = 'fast'},{name = 'api-gateway', channel = 'fast'},{name = 'btp-operator', channel = 'fast'}]" + default: "[{'name' = 'istio', 'channel' = 'fast'},{'name' = 'api-gateway', 'channel' = 'fast'},{'name' = 'btp-operator', 'channel' = 'fast'}]" btp_kyma_autoscaler_min: description: 'Minimum numbers of worker nodes the new kyma environment shoud start with' required: false diff --git a/.github/workflows/push-actions.yml b/.github/workflows/push-actions.yml index d8c0a66..2bbae3c 100644 --- a/.github/workflows/push-actions.yml +++ b/.github/workflows/push-actions.yml @@ -22,8 +22,6 @@ jobs: btp_subaccount_region: '${{ secrets.sa_region }}' btp_kyma_region: '${{ secrets.kyma_region }}' btp_kyma_plan: '${{ secrets.kyma_plan }}' - btp_kyma_modules: "[]" - btp_kyma_autoscaler_min: 3 - name: kyma environment sanity check run: | kubectl get nodes