Updated dependency + fixed value that was causing downsteam issues
All checks were successful
Deploy the Helm Chart / build (push) Successful in 15s

This commit is contained in:
Alan Bridgeman 2025-12-24 20:57:40 -06:00
parent 563a76b84e
commit 88356b4c92
3 changed files with 6 additions and 6 deletions

View file

@ -227,8 +227,8 @@ nosql:
# Configurable NoSQL information groupings
# For Azure Table Storage these are table names
# For MongoDB these are collection names
grouping:
<Table Intermediate Name>: "<NoSQL Table Name>"
grouping: {}
#Elements in the format: <Table Intermediate Name>: "<NoSQL Table Name>"
# Configuration for Redis cache
# See the [Cache Deployment Helm Chart](https://git.bridgemanaccessible.ca/Bridgeman-Accessible/cache-deploy-helm) for more information