Skip to content
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

Deploy Grafana Enterprise with Helm Chart #3100

Open
SirBrickAlot opened this issue Apr 25, 2024 · 1 comment
Open

Deploy Grafana Enterprise with Helm Chart #3100

SirBrickAlot opened this issue Apr 25, 2024 · 1 comment

Comments

@SirBrickAlot
Copy link

Hi all,

we are currently evaluating to use Grafana Enterprise due to the RBAC features.

We are using Grafana OSS with this Helm Chart and would like to deploy Grafana Enterprise with Helm too.
Does anyone have experience in doing so? Manual deploy with manifests is no valid option for us.

Thanks in Advance!

@CmdrSharp
Copy link

CmdrSharp commented May 15, 2024

To deploy Grafana Enterprise, you would update the image, add the enterprise license mount and add it into grafana.ini.

image:
  repository: grafana/grafana-enterprise

extraSecretMounts:
   - name: enterprise-license
     mountPath: /etc/grafana/license
     secretName: enterprise-license
     readOnly: true

grafana.ini:
  enterprise:
    license_path: /etc/grafana/license/license.jwt

The secret in question would contain a single key (license.jwt).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants