Skip to content

Commit

Permalink
added storageclass paramether secret for glusterfs configuration with…
Browse files Browse the repository at this point in the history
… kustomize
  • Loading branch information
gitirabassi committed Aug 29, 2018
1 parent a81b2e3 commit ce31dac
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pkg/transformers/namereferenceconfig.go
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit ce31dac

Please sign in to comment.