We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cb2d722 + 9a5fd64 commit 4a4605cCopy full SHA for 4a4605c
.github/workflows/trivy.yaml
@@ -15,7 +15,7 @@ jobs:
15
- name: Install go
16
uses: actions/setup-go@v5
17
with:
18
- go-version: 1.23.5
+ go-version: 1.23.6
19
20
- name: Build an image from Dockerfile
21
run: |
pkg/nfs/nfs.go
@@ -99,6 +99,7 @@ func NewDriver(options *DriverOptions) *Driver {
99
volStatsCacheExpireInMinutes: options.VolStatsCacheExpireInMinutes,
100
removeArchivedVolumePath: options.RemoveArchivedVolumePath,
101
useTarCommandInSnapshot: options.UseTarCommandInSnapshot,
102
+ defaultOnDeletePolicy: options.DefaultOnDeletePolicy,
103
}
104
105
n.AddControllerServiceCapabilities([]csi.ControllerServiceCapability_RPC_Type{
0 commit comments