🔧(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-02 09:41:58 +02:00
parent f68978d5a6
commit dd999311a9
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:
@@ -216,7 +216,7 @@ ingressCollaborationWS:
host: {{ .Values.feature }}-docs.{{ .Values.domain }}
ingressCollaborationApi:
enabled: false
enabled: true
host: {{ .Values.feature }}-docs.{{ .Values.domain }}
ingressAdmin: