We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e2c3f2 commit 64b4c47Copy full SHA for 64b4c47
backend/src/lib/cluster/resources/statefulset.ts
@@ -138,7 +138,7 @@ export const createStatefulSetConfig = async (
138
},
139
spec: {
140
automountServiceAccountToken: false,
141
- imagePullSecrets: [{ name: "image-pull-secret" }]
+ imagePullSecrets: [{ name: "image-pull-secret" }],
142
initContainers: [
143
// Set to an empty array (instead of undefined) so that disabling collectLogs in an existing app
144
// removes the initContainer that copies the log-shipper binary into the app container.
0 commit comments