Skip to content

Commit

Permalink
[PAGOPA-2645] feat: Define function path secrets in uat and prod
Browse files Browse the repository at this point in the history
  • Loading branch information
svariant committed Feb 13, 2025
1 parent 5ef1d80 commit 4b493f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions helm/values-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ microservice-chart:
BLOB_STORAGE_FDR3_CONTAINER: "fdr3-flows"
EVENT_HUB_FLOWTX_NAME: "fdr-qi-flows"
EVENT_HUB_REPORTEDIUV_NAME: "fdr-qi-reported-iuv"
FUNCTIONS_SECRETS_PATH: "/tmp/secrets"
envFieldRef:
APP_NAME: "metadata.labels['app.kubernetes.io/instance']"
APP_VERSION: "metadata.labels['app.kubernetes.io/version']"
Expand Down
1 change: 1 addition & 0 deletions helm/values-uat.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ microservice-chart:
BLOB_STORAGE_FDR3_CONTAINER: "fdr3-flows"
EVENT_HUB_FLOWTX_NAME: "fdr-qi-flows"
EVENT_HUB_REPORTEDIUV_NAME: "fdr-qi-reported-iuv"
FUNCTIONS_SECRETS_PATH: "/tmp/secrets"
envFieldRef:
APP_NAME: "metadata.labels['app.kubernetes.io/instance']"
APP_VERSION: "metadata.labels['app.kubernetes.io/version']"
Expand Down

0 comments on commit 4b493f0

Please sign in to comment.