Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
Signed-off-by: Nikolay Demchuk <[email protected]>
  • Loading branch information
NikolayDemchuk committed Dec 3, 2024
1 parent 0b7510c commit 6d7e873
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import (
"d8-controller/pkg/logger"
"errors"
"fmt"
v1alpha1 "github.com/deckhouse/csi-nfs/api/v1alpha1"
"github.com/deckhouse/csi-nfs/api/v1alpha1"
"k8s.io/klog/v2"
"reflect"
"time"
Expand Down Expand Up @@ -69,8 +69,8 @@ const (
serverParamKey = "server"
shareParamKey = "share"
MountPermissionsParamKey = "mountPermissions"
SubDirParamKey = "subdir"
MountOptionsSecretKey = "mountOptions"
// SubDirParamKey = "subdir"
MountOptionsSecretKey = "mountOptions"

SecretForMountOptionsPrefix = "nfs-mount-options-for-"
StorageClassSecretNameKey = "csi.storage.k8s.io/provisioner-secret-name"
Expand Down

0 comments on commit 6d7e873

Please sign in to comment.