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.
1 parent 1b52669 commit 5b6ab12Copy full SHA for 5b6ab12
template/default.nix
@@ -116,7 +116,10 @@
116
, strip ? if debuginfo == 0 then true else false
117
# We normally don't include a shell in the (dev) operator images, but it can be
118
# enabled by enabling this flag.
119
-, includeShell ? false
+# 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
123
}:
124
rec {
125
inherit cargo sources pkgsLocal pkgsTarget meta;
0 commit comments