Skip to content

Commit

Permalink
fix: merge commits from PR #151
Browse files Browse the repository at this point in the history
Signed-off-by: Niladri Halder <[email protected]>
  • Loading branch information
niladrih committed Feb 9, 2023
1 parent fec0e57 commit b77f713
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion provisioner/helper_kernel_nfs_server.go
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ func (p *Provisioner) createDeployment(nfsServerOpts *KernelNFSServerOptions) er
nfsDeployLabelSelector[nfsPvcNameLabelKey] = nfsServerOpts.pvcName
nfsDeployLabelSelector[nfsPvcUIDLabelKey] = nfsServerOpts.pvcUID
nfsDeployLabelSelector[nfsPvcNsLabelKey] = nfsServerOpts.pvcNamespace

if nfsServerOpts.resources != nil {
resourceRequirements = *nfsServerOpts.resources
}
Expand Down

0 comments on commit b77f713

Please sign in to comment.