Skip to content

Commit

Permalink
[PAGOPA-2043] fix: resolving wrong value on Helm
Browse files Browse the repository at this point in the history
  • Loading branch information
andrea-deri committed Jan 31, 2025
1 parent 0a678ea commit 3610107
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion helm/values-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ microservice-chart:
ADAPTER_API_CONFIG_CACHE_CRON: "0 */1 * * * ?"
BLOB_RE_CONTAINER_NAME: "re-payload"
MONGODB_EXPLAIN_QUERIES: "true"
MONGODB_PAYMENTS_BULK_SIZE: 100
MONGODB_PAYMENTS_BULK_SIZE: "100"
envFieldRef:
APP_NAME: "metadata.labels['app.kubernetes.io/instance']"
APP_VERSION: "metadata.labels['app.kubernetes.io/version']"
Expand Down
2 changes: 1 addition & 1 deletion helm/values-uat.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ microservice-chart:
ADAPTER_API_CONFIG_CACHE_CRON: "0 */1 * * * ?"
BLOB_RE_CONTAINER_NAME: "re-payload"
MONGODB_EXPLAIN_QUERIES: "true"
MONGODB_PAYMENTS_BULK_SIZE: 100
MONGODB_PAYMENTS_BULK_SIZE: "100"
envFieldRef:
APP_NAME: "metadata.labels['app.kubernetes.io/instance']"
APP_VERSION: "metadata.labels['app.kubernetes.io/version']"
Expand Down

0 comments on commit 3610107

Please sign in to comment.