Skip to content

Commit

Permalink
fix(cluster): fix cluster.certificates on values schema (cloudnative-…
Browse files Browse the repository at this point in the history
…pg#258)

Co-authored-by: crmendes <[email protected]>
  • Loading branch information
carlosrmendes and crmendes authored Apr 19, 2024
1 parent e9e521b commit d1b8601
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/cluster/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@
"type": "object"
},
"certificates": {
"type": "null"
"type": "object"
},
"enableSuperuserAccess": {
"type": "boolean"
Expand Down
2 changes: 1 addition & 1 deletion charts/cluster/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ cluster:

# -- The configuration for the CA and related certificates.
# See: https://cloudnative-pg.io/documentation/current/cloudnative-pg.v1/#postgresql-cnpg-io-v1-CertificatesConfiguration
certificates:
certificates: {}

# -- When this option is enabled, the operator will use the SuperuserSecret to update the postgres user password.
# If the secret is not present, the operator will automatically create one.
Expand Down

0 comments on commit d1b8601

Please sign in to comment.