We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e231cbb commit 2bba93dCopy full SHA for 2bba93d
1 file changed
applications/argocd/production/applications/montandon-etl.yaml
@@ -10,7 +10,7 @@ spec:
10
source:
11
repoURL: ghcr.io/ifrcgo/montandon-etl
12
chart: montandon-etl-helm
13
- targetRevision: 0.1.1-develop.c6572419
+ targetRevision: 0.1.1-develop.c175d284
14
helm:
15
valueFiles:
16
- values/operators.yaml
@@ -32,7 +32,8 @@ spec:
32
AZURE_STORAGE_ACCOUNT_NAME: montyproduction9012
33
AZURE_STORAGE_MANAGED_IDENTITY: "true"
34
# ETL Load config
35
- EOAPI_STAC_API: "http://montandon-eoapi-stac.montandon-eoapi.svc.cluster.local:8080/"
+ EOAPI_STAC_API_INTERNAL: "http://montandon-eoapi-stac.montandon-eoapi.svc.cluster.local:8080/"
36
+ EOAPI_STAC_API_PUBLIC: "https://montandon-eoapi.ifrc.org/stac"
37
serviceAccount:
38
annotations:
39
azure.workload.identity/client-id : "4de225d2-e993-4b72-b4d1-e4e9372a4c5a"
0 commit comments