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

Add Grafana deploy #51

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Add Grafana deploy #51

wants to merge 1 commit into from

Conversation

jsmolar
Copy link

@jsmolar jsmolar commented Nov 5, 2024

No description provided.

base/grafana/deploy-grafana.sh Outdated Show resolved Hide resolved
base/grafana/deploy-grafana.sh Outdated Show resolved Hide resolved
base/grafana/gen_token.sh Outdated Show resolved Hide resolved
base/grafana/deploy-grafana.sh Outdated Show resolved Hide resolved
base/grafana/deployment.yaml Outdated Show resolved Hide resolved
base/grafana/gen_token.sh Outdated Show resolved Hide resolved
base/grafana/operator-group.yaml.tpl Outdated Show resolved Hide resolved
overlays/kuadrant/kustomization.yml Outdated Show resolved Hide resolved
# make sure user-workloads are enabled
USER_WORKLOADS=$(oc get cm/cluster-monitoring-config -n openshift-monitoring -ojsonpath='{.data.config\.yaml}')

if ! [ "$USER_WORKLOADS" = "enableUserWorkload: true" ]; then
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is ok for an empty cluster, but ROSA for example has a lot more data there

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this does not look like json (same as other 2 files)

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

Successfully merging this pull request may close these issues.

3 participants