Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: Aleksandr Zimin <[email protected]>
  • Loading branch information
AleksZimin committed Jan 26, 2025
1 parent 4482caa commit 7047260
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
1 change: 1 addition & 0 deletions crds/nfsstorageclass.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ spec:
properties:
nodeSelector:
type: object
minProperties: 1
description: |
Node selector to specify rules for selecting nodes where Persistent Volumes (PVs) created by this StorageClass are allowed to connect. Combines simple label matches and advanced matching expressions.
If this parameter is omitted, NFS shares can be mounted on any node in the cluster running the `Linux` OS.
Expand Down
5 changes: 0 additions & 5 deletions hooks/scheduler_extender_enabler.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,9 @@
# import yaml
# from deckhouse import hook
from deckhouse import hook
from typing import Callable

import yaml
import hashlib

from lib.hooks.hook import Hook
from lib.module import values as module_values
import common


config = """
Expand Down

0 comments on commit 7047260

Please sign in to comment.