https://signoz.io logo
#general
Title
# general
b

Barbara Walters

01/12/2023, 2:42 PM
I'm running in azure (aks) and want to change the storage class from default but don't see how to do that. I looked at the GCP options and could see the storage class was configurable there. Any advice?
p

Pranay

01/12/2023, 4:41 PM
@Prashant Shahi may have some insights on this
p

Prashant Shahi

01/12/2023, 4:57 PM
@Barbara Walters You can follow the below example: override-values.yaml
Copy code
global:
  storageClass: custom-azure-sc
Copy code
helm --namespace platform install my-release signoz/signoz -f override-values.yaml
b

Barbara Walters

01/12/2023, 5:05 PM
thank you!
6 Views