Skip to content

Commit

Permalink
Allow specifying customer entitlements with prepare cluster
Browse files Browse the repository at this point in the history
  • Loading branch information
jdewinne committed Mar 11, 2024
1 parent 796e689 commit 350445b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions prepare-cluster/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,9 @@ inputs:
kots-wait-duration:
description: 'Timeout for KOTS to be used while waiting for individual components to be ready. must be in Go duration format (eg: 10s, 2m) (default "2m")'
required: false
customer-entitlements:
description: 'Entitlements to assign to the customer.'
required: false
outputs:
cluster-id: # id of the cluster
description: 'Contains the cluster id.'
Expand Down Expand Up @@ -115,6 +118,7 @@ runs:
customer-name: ${{ github.ref_name }}-${{ inputs.kubernetes-distribution }}-${{ inputs.kubernetes-version }}
customer-email: ${{ github.ref_name }}@example.com
license-type: "test"
entitlements: ${{ inputs.customer-entitlements }}
channel-slug: ${{ steps.create-release.outputs.channel-slug }}
- name: Create Cluster
id: create-cluster
Expand Down

0 comments on commit 350445b

Please sign in to comment.