Skip to content

Commit

Permalink
Link to constants.go on master branch (#836)
Browse files Browse the repository at this point in the history
* Link to constants.go on master branch

Got confused constants.go had no changes since last summer. Line number is unlikely to change (has not in a year).
  • Loading branch information
arve0 committed Oct 18, 2022
1 parent 87acecc commit 4d95c6c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions documentation/deploy_grafana.md
Expand Up @@ -55,7 +55,7 @@ flags or `baseImage` CR spec fields.

This chart shows how the operator prioritises which image will be used for the deployment, and the versions that it's
known to support. Only the grafana image specified in
code [here](https://github.com/grafana-operator/grafana-operator/blob/530821825c9f7791aa486a94aabdb03efdc6aa6d/controllers/constants/constants.go#L5) will be
code [here](https://github.com/grafana-operator/grafana-operator/blob/master/controllers/constants/constants.go#L5) will be
supported in unit/e2e tests and as part of the operator, any other specified grafana image through these options may not
work as expected.

Expand All @@ -67,7 +67,7 @@ The operator accepts a number of flags that can be passed in the `args` section

* `--grafana-image`: overrides the Grafana image, defaults to `docker.io/grafana/grafana` on grafanas official dockerhub, the
version of which can be
found [here](https://github.com/integr8ly/grafana-operator/blob/master/pkg/controller/model/constants.go#L4-L5).
found [here](https://github.com/grafana-operator/grafana-operator/blob/master/controllers/constants/constants.go#L5).

* `--grafana-image-tag`: overrides the Grafana tag. See `controller_config.go` for default.

Expand Down

0 comments on commit 4d95c6c

Please sign in to comment.