We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug When following the installation instructions found from https://grafana.github.io/grafana-operator/docs/installation/kustomize/#kustomize the installation fails because the github url is not valid.
Version v5.6.0
To Reproduce Steps to reproduce the behavior:
kustomization.yaml
kustomize build
Expected behavior Kustomize would fetch the correct yaml file and build succeeds
Suspect component/Location where the bug might be occurring unknown
Runtime (please complete the following information):
Additional context
$ curl -L https://github.com/grafana/grafana-operator/releases/latest/download/kustomize-cluster_scoped.yaml Not Found
The text was updated successfully, but these errors were encountered:
This will start working when we cut our next release. In the meantime, you can follow the old instructions in #1371
Sorry about that.
Sorry, something went wrong.
@otanner I just created a new release, so now you should be able to follow the documentation. If you can't please create a new issue.
@NissesSenap thank you, I just tested it and it worked great! 👍
No branches or pull requests
Describe the bug
When following the installation instructions found from https://grafana.github.io/grafana-operator/docs/installation/kustomize/#kustomize the installation fails because the github url is not valid.
Version
v5.6.0
To Reproduce
Steps to reproduce the behavior:
kustomization.yaml
with the contents for either of the two versions instructed in the documentationkustomize build
Expected behavior
Kustomize would fetch the correct yaml file and build succeeds
Suspect component/Location where the bug might be occurring
unknown
Runtime (please complete the following information):
Additional context
The text was updated successfully, but these errors were encountered: