Skip to content

Commit

Permalink
Fix json encoding in default lodule list string (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
kwiatekus authored Dec 4, 2024
1 parent 6af7879 commit 6affeb3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
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
2 changes: 0 additions & 2 deletions .github/workflows/push-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6affeb3

Please sign in to comment.