Set INVITE_LINK_PREFIX in K8s

Nathan Sobo created

Change summary

crates/collab/k8s/environments/production.sh | 1 +
crates/collab/k8s/environments/staging.sh    | 1 +
crates/collab/k8s/manifest.template.yml      | 2 ++
3 files changed, 4 insertions(+)

Detailed changes

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

@@ -81,6 +81,8 @@ spec:
                 secretKeyRef:
                   name: api
                   key: token
+            - name: INVITE_LINK_PREFIX
+              value: ${INVITE_LINK_PREFIX}
             - name: RUST_LOG
               value: ${RUST_LOG}
             - name: LOG_JSON