-
Notifications
You must be signed in to change notification settings - Fork 401
New issue
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
Deployment not working #88
Comments
I think i know what the problem is: https://github.com/integr8ly/grafana-operator/blob/master/pkg/controller/model/grafanaDeployment.go#L148 It's creating a volume for every configmap added to the Grafana CR, but it's using the wong name. (prefixed with secret instead of configmap). I'll mark this as a bug and prepare a fix. |
Fixed in https://github.com/integr8ly/grafana-operator/releases/tag/v3.0.1, a tag is available on quay: https://quay.io/repository/integreatly/grafana-operator?tab=tags |
@pb82 Still getting the error after upgrading to v3.0.1. {"level":"info","ts":1577311955.4372697,"logger":"cmd","msg":"Go Version: go1.13.5"} | {"level":"info","ts":1577311955.4373195,"logger":"cmd","msg":"Go OS/Arch: linux/amd64"} |
My bad, I was loading the secrets in the grafana resource object. |
This Operator has shown us great features and benefits. |
* fix: remove command override from manifests * feat: use ko in kuttl e2e test
* fix: remove command override from manifests * feat: use ko in kuttl e2e test
Started changing Operator to 3.0.0 with new roles but now get:
Status is:
Seems strange that it would search for
"configmap-grafana-ldap"
and not"grafana-ldap"
(<- the actual name).The text was updated successfully, but these errors were encountered: