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.
1 parent 8675503 commit e4f097eCopy full SHA for e4f097e
example/main.go
@@ -64,9 +64,7 @@ const (
64
65
RenewBeforeKey string = "csi.cert-manager.io/renew-before"
66
ReusePrivateKey string = "csi.cert-manager.io/reuse-private-key"
67
-)
68
69
-var (
70
// fs-group is used to optionally set the GID ownership of the volume's
71
// files. Useful when running containers with a specified user and group.
72
FsGroupKey string = "csi.cert-manager.io/fs-group"
@@ -103,7 +101,7 @@ func main() {
103
101
panic("failed to setup filesystem: " + err.Error())
104
102
}
105
106
- store.FSGroupVolumeAttributeKey = &FsGroupKey
+ store.FSGroupVolumeAttributeKey = FsGroupKey
107
108
d, err := driver.New(*endpoint, log, driver.Options{
109
DriverName: "csi.cert-manager.io",
0 commit comments