You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When .Values.global.require_certs_dir_persistence : true the peer sts is supposed to come-up with a volumeclaim template as part of peer sts. But the chart renders pvc claim and an emptydir volume too. When deployed, only the emptydir is getting created and cert pvc is ignored.
Expected:
When require_certs_dir_persistence is set to true, the chart should not create an emptydir instead a pvc should be provisioned.
The text was updated successfully, but these errors were encountered:
When
.Values.global.require_certs_dir_persistence : true
the peer sts is supposed to come-up with a volumeclaim template as part of peer sts. But the chart renders pvc claim and an emptydir volume too. When deployed, only the emptydir is getting created and cert pvc is ignored.Expected:
When
require_certs_dir_persistence
is set to true, the chart should not create an emptydir instead a pvc should be provisioned.The text was updated successfully, but these errors were encountered: