Skip to content

Commit

Permalink
Correct file name
Browse files Browse the repository at this point in the history
  • Loading branch information
gsmith-sas committed Jul 25, 2024
1 parent f3adfe7 commit 6be4043
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions samples/generic-base/monitoring/user-values-openshift-grafana.yaml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 6be4043

Please sign in to comment.