Skip to content

Commit

Permalink
allow setting storage class for aro-clf-blob (#56)
Browse files Browse the repository at this point in the history
* allow setting storage class for aro-clf-blob

Signed-off-by: Paul Czarkowski <[email protected]>

* fix value

Signed-off-by: Paul Czarkowski <[email protected]>

---------

Signed-off-by: Paul Czarkowski <[email protected]>
  • Loading branch information
paulczar authored Jun 13, 2023
1 parent 2718f5d commit 87e9e12
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/aro-clf-blob/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: aro-clf-blob
description: A Helm chart for Kubernetes
type: application
version: 0.1.1
version: 0.1.2
home: https://github.com/rh-mobb/helm-charts
maintainers:
- name: paulczar
2 changes: 1 addition & 1 deletion charts/aro-clf-blob/templates/lokistack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ spec:
secret:
name: logging-loki-azure
type: azure
storageClassName: managed-premium
storageClassName: {{ .Values.lokiStack.storageClassName }}
tenants:
mode: openshift-logging
3 changes: 3 additions & 0 deletions charts/aro-clf-blob/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,6 @@ clf:
infrastructure: true
application: true
audit: false

lokiStack:
storageClassName: managed-premium

0 comments on commit 87e9e12

Please sign in to comment.