Mark the `user-backfiller` secret as optional

Marshall Bowers created

Change summary

crates/collab/k8s/collab.template.yml | 1 +
1 file changed, 1 insertion(+)

Detailed changes

crates/collab/k8s/collab.template.yml 🔗

@@ -221,6 +221,7 @@ spec:
                 secretKeyRef:
                   name: user-backfiller
                   key: github_access_token
+                  optional: true
             - name: INVITE_LINK_PREFIX
               value: ${INVITE_LINK_PREFIX}
             - name: RUST_BACKTRACE