Skip to content

Commit

Permalink
fixing test suites.
Browse files Browse the repository at this point in the history
  • Loading branch information
tanmayja committed Oct 27, 2023
1 parent 868944d commit f7c6e1f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/cluster_helper.go
Original file line number Diff line number Diff line change
Expand Up @@ -1373,11 +1373,13 @@ func getStorageVolumeForAerospike(name, path string) asdbv1.VolumeSpec {
}

func getStorageVolumeForSecret() asdbv1.VolumeSpec {
perm := corev1.SecretVolumeSourceDefaultMode
return asdbv1.VolumeSpec{
Name: aerospikeConfigSecret,
Source: asdbv1.VolumeSource{
Secret: &corev1.SecretVolumeSource{
SecretName: tlsSecretName,
SecretName: tlsSecretName,
DefaultMode: &perm,
},
},
Aerospike: &asdbv1.AerospikeServerVolumeAttachment{
Expand Down

0 comments on commit f7c6e1f

Please sign in to comment.