added storageclass paramether secret for glusterfs configuration with kustomize

This commit is contained in:
gitirabassi
2018-08-29 22:55:32 +02:00
parent a81b2e32e0
commit ce31dac24f

View File

@@ -367,6 +367,13 @@ var defaultNameReferencePathConfigs = []ReferencePathConfig{
Path: []string{"spec", "initContainers", "env", "valueFrom", "secretKeyRef", "name"},
CreateIfNotPresent: false,
},
{
GroupVersionKind: &schema.GroupVersionKind{
Kind: "StorageClass",
},
Path: []string{"parameters", "secretName"},
CreateIfNotPresent: false,
},
{
GroupVersionKind: &schema.GroupVersionKind{
Version: "v1",