You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Specifies if web "embed"-mode is enabled. Defaults to not being set (= disabled).
enabled: ""
# Specifies how web is being integrated when running in "embed"-mode. Currently supported values are "location" and "" (default).
target: ""
# Specifies a URL under which web can be integrated via iFrame. This needs to be specified when web is running in "embed"-mode.
messagesOrigin: ""
# Specifies if web delegates the authentication to the embedding parent application. Defaults to not being set (= web handles the authentication).
delegateAuthentication: ""
# Specifies the allowed message origin host when posting access tokens from the embedding parent application to web. Defaults to not being set, which is only recommended for development environments.
delegateAuthenticationOrigin: ""
This should be checked everywhere and # ... should be turned in # --
The text was updated successfully, but these errors were encountered:
Some comments miss the right format to end up in the documentation like this lines here:
ocis-charts/charts/ocis/values.yaml
Lines 2280 to 2289 in 808301c
This should be checked everywhere and
# ...
should be turned in# --
The text was updated successfully, but these errors were encountered: