diff --git a/templates/windowsserver-rh/flavor/small.yaml b/templates/windowsserver-rh/flavor/small.yaml index 1373328..9e4793b 100644 --- a/templates/windowsserver-rh/flavor/small.yaml +++ b/templates/windowsserver-rh/flavor/small.yaml @@ -83,14 +83,5 @@ objects: - ReadWriteOnce resources: requests: - storage: '${PVC_SIZE}' - storageClassName: '${STORAGE_CLASS}' -parameters: - - name: PVC_SIZE - description: Size of the root disk PVC - required: true - value: 120Gi - - name: STORAGE_CLASS - description: The StorageClass to use for the root disk PVC - required: true - value: ibm-spectrum-scale-fileset \ No newline at end of file + storage: 120Gi + storageClassName: ibm-spectrum-scale-fileset \ No newline at end of file