From 8b0ae3e9770c9f58bc7e2f593cd3f0454de6616e Mon Sep 17 00:00:00 2001 From: gsmith-sas <65406958+gsmith-sas@users.noreply.github.com> Date: Thu, 25 Jul 2024 14:07:57 -0400 Subject: [PATCH] Correct file name --- .../monitoring/user-values-openshift-grafana | 26 ------------------- 1 file changed, 26 deletions(-) delete mode 100644 samples/generic-base/monitoring/user-values-openshift-grafana diff --git a/samples/generic-base/monitoring/user-values-openshift-grafana b/samples/generic-base/monitoring/user-values-openshift-grafana deleted file mode 100644 index 7a6f1ec8..00000000 --- a/samples/generic-base/monitoring/user-values-openshift-grafana +++ /dev/null @@ -1,26 +0,0 @@ -## 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