Skip to content

Commit

Permalink
update documentation to include proxy settings
Browse files Browse the repository at this point in the history
  • Loading branch information
pb82 committed Oct 31, 2023
1 parent 1c13cb6 commit 02666a1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/docs/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,3 +84,8 @@ To solve this we introduced `spec.allowCrossNamespaceImport` option to, dashboar
This setting makes it so a grafana instance in another namespace don't get the grafana resources applied to it even if the label matches.

This is because especially the data sources contain secret information and we don't want another team to be able to use your datasource unless defined to do so in both CR:s.

## Using a proxy server

The Operator can use a proxy server when making requests to Grafana.
The proxy settings can be controlled through environment variables as documented [here](https://pkg.go.dev/golang.org/x/net/http/httpproxy#FromEnvironment).

Check failure on line 91 in docs/docs/_index.md

View workflow job for this annotation

GitHub Actions / file-checks

[EOF Newline] reported by reviewdog 🐶 Missing newline Raw Output: docs/docs/_index.md:91: Missing newline

0 comments on commit 02666a1

Please sign in to comment.