Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions test/e2e/nemo-dependencies/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ installation_namespace: nemo
pvc:
# Ignored when localPathProvisioner.enabled is true — in which case these will default to:
# storage_class: "local-path" and volume_access_mode: "ReadWriteOnce"
storage_class: ""
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mkhaas these will be ignored and set to those exact values when local-path-provisioner is enabled.

volume_access_mode: ReadWriteMany
storage_class: "local-path"
volume_access_mode: ReadWriteOnce

# Deploy a local-path CSI provisioner
localPathProvisioner:
Expand Down
Loading