We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 87d74bc + 12ab0f0 commit 0330cdfCopy full SHA for 0330cdf
articles/energy-data-services/includes/how-to/how-to-deploy-gcz/deploy-gcz-on-aks.md
@@ -316,7 +316,7 @@ Learn how to deploy Geospatial Consumption Zone (GCZ) on Azure Kubernetes Servic
316
1. Deploy the GCZ HELM chart:
317
318
```bash
319
- helm upgrade -i $CHART . -n $NAMESPACE -f osdu_gcz_custom_values.yaml --set-file global.provider.configLoaderJs="gcz-provider/gcz-provider-core/config/configLoader.js"
+ helm upgrade -i $CHART . -n $NAMESPACE -f osdu_gcz_custom_values.yaml --set-file global.provider.configLoaderJs="../../../../gcz-provider/gcz-provider-core/config/configLoader.js"
320
```
321
322
1. Verify the deployment:
0 commit comments