diff --git a/helm/values-prod.yaml b/helm/values-prod.yaml index d7f6672..2530522 100644 --- a/helm/values-prod.yaml +++ b/helm/values-prod.yaml @@ -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']" diff --git a/helm/values-uat.yaml b/helm/values-uat.yaml index 5a88ae1..1c7080a 100644 --- a/helm/values-uat.yaml +++ b/helm/values-uat.yaml @@ -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']"