Skip to content

Commit

Permalink
set defaultmode for digdirator volumesource
Browse files Browse the repository at this point in the history
  • Loading branch information
anderssonw committed Oct 11, 2023
1 parent 3e77bfa commit 1e94589
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions controllers/application/deployment.go
Original file line number Diff line number Diff line change
Expand Up @@ -311,8 +311,9 @@ func appendDigdiratorSecretVolumeMount(skiperatorContainer *corev1.Container, vo
Name: secretName,
VolumeSource: corev1.VolumeSource{
Secret: &corev1.SecretVolumeSource{
SecretName: secretName,
Items: nil,
SecretName: secretName,
Items: nil,
DefaultMode: util.PointTo(int32(420)),
},
},
})
Expand Down

0 comments on commit 1e94589

Please sign in to comment.