File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
articles/energy-data-services/includes/how-to/how-to-deploy-gcz Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -115,7 +115,6 @@ Learn how to deploy Geospatial Consumption Zone (GCZ) on Azure Kubernetes Servic
115
115
type: LoadBalancer
116
116
configuration:
117
117
privateNetwork: "$PRIVATE_NETWORK "
118
- configLoaderJs: "../../../../gcz-provider/gcz-provider-core/config/configLoader.js"
119
118
transformer:
120
119
namespace: $NAMESPACE
121
120
image:
@@ -174,7 +173,6 @@ Learn how to deploy Geospatial Consumption Zone (GCZ) on Azure Kubernetes Servic
174
173
type: LoadBalancer
175
174
configuration:
176
175
privateNetwork: "$PRIVATE_NETWORK "
177
- configLoaderJs: "../../../../gcz-provider/gcz-provider-core/config/configLoader.js"
178
176
transformer:
179
177
namespace: $NAMESPACE
180
178
image:
@@ -318,7 +316,7 @@ Learn how to deploy Geospatial Consumption Zone (GCZ) on Azure Kubernetes Servic
318
316
1. Deploy the GCZ HELM chart:
319
317
320
318
` ` ` 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"
322
320
` ` `
323
321
324
322
1. Verify the deployment:
You can’t perform that action at this time.
0 commit comments