From fdd85b0718a98633f50bc233ca12bc69d0b3189c Mon Sep 17 00:00:00 2001 From: Frostebite Date: Sun, 13 Mar 2022 23:35:04 +0000 Subject: [PATCH] Update action.yml --- action.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/action.yml b/action.yml index b625f08f..10ee396e 100644 --- a/action.yml +++ b/action.yml @@ -146,6 +146,10 @@ inputs: default: '' required: false description: 'Supply a Persistent Volume Claim name to use for the Unity build.' + kubeStorageClass: + default: '' + required: false + description: 'Storage class to use for cloud runner jobs, default is empty which will install a ceph based Rook storage and use that. Standard is a very common alternative to use a cloud provider's built in storage' kubeVolumeSize: default: '5Gi' required: false