Skip to content

Commit 4407d0d

Browse files
committed
allow additional properties in auth
1 parent c4c6060 commit 4407d0d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

charts/defguard/values.schema.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -966,7 +966,7 @@
966966
"type": "string"
967967
},
968968
"audit": {
969-
"additionalProperties": true,
969+
"additionalProperties": false,
970970
"description": "# Audit settings\n# https://github.com/bitnami/containers/tree/main/bitnami/postgresql#auditing\n#\n#\n#\n#\n#\n#\n#\n#\n#",
971971
"properties": {
972972
"clientMinMessages": {
@@ -1015,7 +1015,7 @@
10151015
"type": "object"
10161016
},
10171017
"auth": {
1018-
"additionalProperties": false,
1018+
"additionalProperties": true,
10191019
"description": "# Authentication parameters\n# ref: https://github.com/bitnami/containers/tree/main/bitnami/postgresql#setting-the-root-password-on-first-run\n# ref: https://github.com/bitnami/containers/tree/main/bitnami/postgresql#creating-a-database-on-first-run\n# ref: https://github.com/bitnami/containers/tree/main/bitnami/postgresql#creating-a-database-user-on-first-run\n#",
10201020
"properties": {
10211021
"database": {

0 commit comments

Comments
 (0)