Skip to content

Commit

Permalink
Merge pull request #147 from Madhu-1/fix-29
Browse files Browse the repository at this point in the history
add missing volume name for the encryption
  • Loading branch information
Madhu-1 authored Sep 26, 2024
2 parents eb40f96 + 6ac57ff commit 9ad05e2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/utils/csi.go
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ var EtcSelinuxVolume = corev1.Volume{

func KmsConfigVolume(configRef *corev1.LocalObjectReference) corev1.Volume {
return corev1.Volume{
Name: kmsConfigVolumeName,
VolumeSource: corev1.VolumeSource{
ConfigMap: &corev1.ConfigMapVolumeSource{
LocalObjectReference: *configRef,
Expand Down

0 comments on commit 9ad05e2

Please sign in to comment.