We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 887d515 + b7da437 commit ef879dcCopy full SHA for ef879dc
internal/resources/utils/authorization.go
@@ -66,7 +66,7 @@ func applyAuthorizationWebhookConfiguration(deployment *appsv1.Deployment, confi
66
MountPath: mountPath,
67
})
68
69
- deployment.Spec.Template.Spec.Volumes = append(deployment.Spec.Template.Spec.Volumes, corev1.Volume{
+ podSpec.Volumes = append(deployment.Spec.Template.Spec.Volumes, corev1.Volume{
70
Name: volumeName,
71
VolumeSource: corev1.VolumeSource{
72
Secret: &corev1.SecretVolumeSource{
0 commit comments