Updated alues.yaml so that it meets schema and helm lint passes
All checks were successful
Deploy the Helm Chart / build (push) Successful in 14s

This commit is contained in:
Alan Bridgeman 2025-12-24 21:17:56 -06:00
parent 8aaf4b68a2
commit 5150748a6a

View file

@ -205,13 +205,13 @@ nosql:
enabled: true enabled: true
# Determines the type of NoSQL storage that is used # Determines the type of NoSQL storage that is used
type: <NoSQL Storage Type> type: "mongodb" # <NoSQL Storage Type>
# ONLY relevant if `type` is set to `mongodb` # ONLY relevant if `type` is set to `mongodb`
# This uses the [MongoDBCommunity CRD](https://github.com/mongodb/mongodb-kubernetes-operator) to create the resource # This uses the [MongoDBCommunity CRD](https://github.com/mongodb/mongodb-kubernetes-operator) to create the resource
create: create:
# If to create a resource as part of the deployment process # If to create a resource as part of the deployment process
enabled: <true/false> enabled: true # <true/false>
# The name of the NoSQL database # The name of the NoSQL database
name: "<NoSQL DB Name>" name: "<NoSQL DB Name>"