Skip to content

Commit 601913c

Browse files
authored
fix(ksonnet-util): use secretName arg (#311)
1 parent c71c762 commit 601913c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ksonnet-util/kausal.libsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,7 @@ k {
380380

381381
deployment.mapContainers(addMount) +
382382
deployment.mixin.spec.template.spec.withVolumesMixin([
383-
volume.fromSecret(name, name) +
383+
volume.fromSecret(name, secretName=name) +
384384
volume.mixin.secret.withDefaultMode(defaultMode),
385385
]),
386386

0 commit comments

Comments
 (0)