Merge pull request #690 from humblec/rbac
replace serviceAccountName key, rbac and cleanup in the code
This commit is contained in:
@@ -73,9 +73,7 @@ var (
|
||||
preventVolumeModeConversion = flag.Bool("prevent-volume-mode-conversion", false, "Prevents an unauthorised user from modifying the volume mode when creating a PVC from an existing VolumeSnapshot.")
|
||||
)
|
||||
|
||||
var (
|
||||
version = "unknown"
|
||||
)
|
||||
var version = "unknown"
|
||||
|
||||
// Checks that the VolumeSnapshot v1 CRDs exist.
|
||||
func ensureCustomResourceDefinitionsExist(client *clientset.Clientset) error {
|
||||
|
Reference in New Issue
Block a user