mirror of
https://github.com/suitenumerique/docs.git
synced 2026-09-02 23:58:45 +02:00
🔧(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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user