Skip to content

Commit

Permalink
Merge pull request #208 from 3scale/backport-2.6-stable-prod-storagec…
Browse files Browse the repository at this point in the history
…lassname-fix

2.6-stable-prod backport operator storageclassname fix
  • Loading branch information
eguzki authored Aug 14, 2019
2 parents b1e2120 + d535276 commit 5c36112
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/3scale/amp/component/system.go
Original file line number Diff line number Diff line change
Expand Up @@ -903,6 +903,7 @@ func (system *System) buildSystemSharedPVC() *v1.PersistentVolumeClaim {
},
},
Spec: v1.PersistentVolumeClaimSpec{
StorageClassName: system.Options.storageClassName,
AccessModes: []v1.PersistentVolumeAccessMode{
v1.ReadWriteMany,
},
Expand Down

0 comments on commit 5c36112

Please sign in to comment.