🔧(helm) enable collaboration API in dev and feature envs

We want to enable the collaboration API in both dev and feature
environments.
This commit is contained in:
Manuel Raynaud
2026-09-22 16:02:52 +02:00
parent e3539e530e
commit 2d651c78c2
2 changed files with 2 additions and 2 deletions
@@ -267,7 +267,7 @@ ingressCollaborationWS:
host: docs.127.0.0.1.nip.io
ingressCollaborationApi:
enabled: false
enabled: true
host: docs.127.0.0.1.nip.io
ingressAdmin:
@@ -222,7 +222,7 @@ ingressCollaborationWS:
host: {{ .Values.feature }}-docs.{{ .Values.domain }}
ingressCollaborationApi:
enabled: false
enabled: true
host: {{ .Values.feature }}-docs.{{ .Values.domain }}
ingressAdmin: