{{- if .Values.config.gateway.token -}}
IMPORTANT: TOKEN AUTHENTICATION IS DEPRECATED, USE DSN KEYS INSTEAD
---

Agent deployed

The agent should be connected if the provided token is valid.
Now you can create connections and associate with this instance
Check it out https://hoop.dev/docs/connections/
{{- end }}
{{- if .Values.config.gateway.dsn -}}
Agent deployed

The agent should be connected if the provided dsn is valid.
Now you can create connections and associate with this instance
Check it out https://hoop.dev/docs/connections/
{{- end }}

Documentation:
https://hoop.dev/docs/setup
