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
All checks were successful
Deploy the Helm Chart / build (push) Successful in 14s
This commit is contained in:
parent
8aaf4b68a2
commit
5150748a6a
1 changed files with 2 additions and 2 deletions
|
|
@ -205,13 +205,13 @@ nosql:
|
|||
enabled: true
|
||||
|
||||
# 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`
|
||||
# This uses the [MongoDBCommunity CRD](https://github.com/mongodb/mongodb-kubernetes-operator) to create the resource
|
||||
create:
|
||||
# If to create a resource as part of the deployment process
|
||||
enabled: <true/false>
|
||||
enabled: true # <true/false>
|
||||
|
||||
# The name of the NoSQL database
|
||||
name: "<NoSQL DB Name>"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue