Skip to content

Commit 60229b9

Browse files
authored
Update deploy-gcz-on-aks.md
1 parent 43af26a commit 60229b9

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,6 @@ Learn how to deploy Geospatial Consumption Zone (GCZ) on Azure Kubernetes Servic
115115
type: LoadBalancer
116116
configuration:
117117
privateNetwork: "$PRIVATE_NETWORK"
118-
configLoaderJs: "../../../../gcz-provider/gcz-provider-core/config/configLoader.js"
119118
transformer:
120119
namespace: $NAMESPACE
121120
image:
@@ -174,7 +173,6 @@ Learn how to deploy Geospatial Consumption Zone (GCZ) on Azure Kubernetes Servic
174173
type: LoadBalancer
175174
configuration:
176175
privateNetwork: "$PRIVATE_NETWORK"
177-
configLoaderJs: "../../../../gcz-provider/gcz-provider-core/config/configLoader.js"
178176
transformer:
179177
namespace: $NAMESPACE
180178
image:
@@ -318,7 +316,7 @@ Learn how to deploy Geospatial Consumption Zone (GCZ) on Azure Kubernetes Servic
318316
1. Deploy the GCZ HELM chart:
319317
320318
```bash
321-
helm upgrade -i $CHART . -n $NAMESPACE -f osdu_gcz_custom_values.yaml
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"
322320
```
323321
324322
1. Verify the deployment:

0 commit comments

Comments
 (0)