Skip to content

Customizing grafana dashboard timezones #1284

Answered by ArthurSens
bip7686 asked this question in Q&A
Discussion options

You must be logged in to vote

👋

Kubernetes mixin is imported by the kubernetesControlPlane component. So my bet to make this work would be something like this:

values+::{
  kubernetesControlPlane+: {
  mixin+: {
          _config+: {
            grafanaK8s+: {
              grafanaTimezone: 'browser',
            },
          },
        },
  }
}

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@bip7686
Comment options

Answer selected by bip7686
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants