From 6be404399494b352637a455bdd16738d80c10884 Mon Sep 17 00:00:00 2001 From: gsmith-sas <65406958+gsmith-sas@users.noreply.github.com> Date: Thu, 25 Jul 2024 14:05:55 -0400 Subject: [PATCH] Correct file name --- .../user-values-openshift-grafana.yaml | 26 +++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 samples/generic-base/monitoring/user-values-openshift-grafana.yaml diff --git a/samples/generic-base/monitoring/user-values-openshift-grafana.yaml b/samples/generic-base/monitoring/user-values-openshift-grafana.yaml new file mode 100644 index 00000000..7a6f1ec8 --- /dev/null +++ b/samples/generic-base/monitoring/user-values-openshift-grafana.yaml @@ -0,0 +1,26 @@ +## NOTE: This file is *only* approprite for deployments on OpenShift clusters. +## On other cloud-providers, Grafana-related customizations should be +## specified within the grafana stanza (section) of the the file +## user-values-prom-operator.yaml within your USER_DIR directory. + + +## Chart: https://github.com/grafana/helm-charts/tree/main/charts/grafana +## Default values: https://github.com/grafana/helm-charts/blob/main/charts/grafana/values.yaml +## +## NOTE: Refer to the ARTIFACT_INVENTORY.md file in the project repo for +## information on the specific version of Grafana being deployed + + +#image: +# registry: docker.io +# repository: grafana/grafana +# tag: 11.1.0 +# pullPolicy: IfNotPresent +#resources: +# requests: +# cpu: "250m" +# memory: "150Mi" +#persistence: +# enabled: true +# storageClassName: myStorageClass +# size: 5Gi