Skip to content

Commit 5b6ab12

Browse files
committed
Re-enable shell for now
1 parent 1b52669 commit 5b6ab12

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

template/default.nix

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,10 @@
116116
, strip ? if debuginfo == 0 then true else false
117117
# We normally don't include a shell in the (dev) operator images, but it can be
118118
# enabled by enabling this flag.
119-
, includeShell ? false
119+
# TODO(@nightkr): Re-enabled for now, since some operators ship with bash init
120+
# scripts (like secret-operator's CSI path migration job). Consider either
121+
# removing them or integrating them into the main operator binary instead.
122+
, includeShell ? true
120123
}:
121124
rec {
122125
inherit cargo sources pkgsLocal pkgsTarget meta;

0 commit comments

Comments
 (0)