Skip to content

Commit 0330cdf

Browse files
Merge pull request #291473 from EirikHaughom/patch-7
Update deploy-gcz-on-aks.md
2 parents 87d74bc + 12ab0f0 commit 0330cdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/energy-data-services/includes/how-to/how-to-deploy-gcz/deploy-gcz-on-aks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ Learn how to deploy Geospatial Consumption Zone (GCZ) on Azure Kubernetes Servic
316316
1. Deploy the GCZ HELM chart:
317317
318318
```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"
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"
320320
```
321321
322322
1. Verify the deployment:

0 commit comments

Comments
 (0)