Skip to content

Commit

Permalink
DOC-2183 - add option to configure a storage class override for ocean…
Browse files Browse the repository at this point in the history
… spark workspaces
  • Loading branch information
HafdisE committed Dec 16, 2024
1 parent c1d8730 commit ec2e9d4
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,6 @@ properties:
logCollection:
$ref: "oceanSparkClusterConfigLogCollection.yaml"
spark:
$ref: "oceanSparkClusterConfigSpark.yaml"
$ref: "oceanSparkClusterConfigSpark.yaml"
workspaces:
$ref: "oceanSparkClusterConfigWorkspaces.yaml"
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
type: object
description: >
The object specifying the Ocean Spark workspaces configuration.
properties:
storageClassOverride:
type: string
example: my-custom-storage-class
description: |
The storage class to use for Ocean Spark workspaces. If not set, the cluster's default storage class will be used.

0 comments on commit ec2e9d4

Please sign in to comment.