Skip to content

Commit

Permalink
Fix json encoding in default module list string (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
kwiatekus authored Dec 4, 2024
1 parent 6d1d024 commit f67d4c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/create-sap-btp-kyma/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f67d4c5

Please sign in to comment.