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 (#731)
  • Loading branch information
HafdisE authored Feb 3, 2025
1 parent d8dd481 commit ebc6bfe
Show file tree
Hide file tree
Showing 2 changed files with 14 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,11 @@
type: object
description: >
The object specifying the Ocean Spark Workspaces configuration.
properties:
storageClassOverride:
allOf:
- $ref: "k8sName.yaml"
- 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 ebc6bfe

Please sign in to comment.