Skip to content

Commit

Permalink
Update default input in the Deploy to AKS and Deploy to EKS actions
Browse files Browse the repository at this point in the history
  • Loading branch information
mvlassis committed Aug 23, 2024
1 parent 51e287c commit b141682
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-to-aks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ on:
workflow_dispatch:
inputs:
bundle_version:
description: 'Comma-separated list of bundle versions e.g. 1.8,1.9,latest. Make sure that the corresponding K8s version is supported by the cloud.'
default: '1.8,1.9,latest'
description: 'Comma-separated list of bundle versions e.g. 1.8, 1.9, latest. Make sure that the corresponding K8s version is supported by the cloud.'
default: '1.8, 1.9, latest'
required: true
k8s_version:
description: 'Kubernetes version to be used for the AKS cluster'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/deploy-to-eks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ on:
workflow_dispatch: # This event allows manual triggering from the Github UI
inputs:
bundle_version:
description: 'Comma-separated list of bundle versions e.g. 1.8,1.9,latest. Make sure that the corresponding K8s version is supported by the cloud.'
default: '1.8,1.9,latest'
description: 'Comma-separated list of bundle versions e.g. 1.8, 1.9, latest. Make sure that the corresponding K8s version is supported by the cloud.'
default: '1.8, 1.9, latest'
required: true
k8s_version:
description: 'Kubernetes version to be used for the AKS cluster'
Expand Down

0 comments on commit b141682

Please sign in to comment.