Skip to content

Commit 64b4c47

Browse files
authored
Add image-pull-secret to statefulset spec
1 parent 1e2c3f2 commit 64b4c47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/src/lib/cluster/resources/statefulset.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ export const createStatefulSetConfig = async (
138138
},
139139
spec: {
140140
automountServiceAccountToken: false,
141-
imagePullSecrets: [{ name: "image-pull-secret" }]
141+
imagePullSecrets: [{ name: "image-pull-secret" }],
142142
initContainers: [
143143
// Set to an empty array (instead of undefined) so that disabling collectLogs in an existing app
144144
// removes the initContainer that copies the log-shipper binary into the app container.

0 commit comments

Comments
 (0)