Auto-generate chart README [no ci]

This commit is contained in:
k8s-at-home[bot] 2021-10-17 13:05:39 +00:00
parent 2afb28717e
commit df2e863705

View File

@ -1,6 +1,6 @@
# powerdns
![Version: 3.4.1](https://img.shields.io/badge/Version-3.4.1-informational?style=flat-square) ![AppVersion: v4.3.1](https://img.shields.io/badge/AppVersion-v4.3.1-informational?style=flat-square)
![Version: 3.4.2](https://img.shields.io/badge/Version-3.4.2-informational?style=flat-square) ![AppVersion: v4.3.1](https://img.shields.io/badge/AppVersion-v4.3.1-informational?style=flat-square)
PowerDNS is a DNS server, written in C++ and licensed under the GPL. It runs on most Unix derivatives. PowerDNS features a large number of different backends ranging from simple BIND style zonefiles to relational databases and load balancing/failover algorithms. A DNS recursor is provided as a separate program.
@ -96,6 +96,7 @@ N/A
| postgresql.postgresqlPassword | string | `"pdnspass"` | |
| postgresql.postgresqlPostgresPassword | string | `"pdnsadminpass"` | |
| postgresql.postgresqlUsername | string | `"pdns"` | |
| powerdns.additionalEnv | list | `[]` | |
| powerdns.config | object | `{}` | |
| powerdns.dnssec | bool | `true` | |
| powerdns.domain | string | `"mydomain.local"` | |
@ -105,7 +106,6 @@ N/A
| powerdns.postgres.database | string | `"pdns"` | |
| powerdns.postgres.password | string | `"pdnspass"` | |
| powerdns.postgres.username | string | `"pdns"` | |
| powerdns.additionalEnv | list | `[]` | |
| probes.liveness.enabled | bool | `true` | |
| probes.liveness.failureThreshold | int | `5` | |
| probes.liveness.initialDelaySeconds | int | `30` | |