Skip to content

Commit 6d04969

Browse files
Set none as default value in infra.dns.provider
Signed-off-by: Arnob kumar saha <arnob@appscode.com>
1 parent b516a1d commit 6d04969

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

charts/ace/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ The following table lists the configurable parameters of the `ace` chart and the
9292
| global.infra.tls.jks.truststore | | <code></code> |
9393
| global.infra.tls.jks.password | | <code>""</code> |
9494
| global.infra.dns.targetIPs | | <code>[]</code> |
95-
| global.infra.dns.provider | | <code>"external" # external,cloudflare,route53,cloudDNS</code> |
95+
| global.infra.dns.provider | | <code>"none" # none,external,cloudflare,route53,cloudDNS,azureDNS</code> |
9696
| global.infra.dns.auth | | <code>{}</code> |
9797
| global.infra.objstore.provider | | <code>"" # s3,azure,gcs,swift</code> |
9898
| global.infra.objstore.bucket | might be a file storage prefixed with file:// | <code>gs://ace-data</code> |

charts/ace/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ global:
170170
password: ""
171171
dns:
172172
targetIPs: []
173-
provider: "external" # external,cloudflare,route53,cloudDNS
173+
provider: "none" # none,external,cloudflare,route53,cloudDNS,azureDNS
174174
auth: {}
175175
# cloudflare:
176176
# token: xyz

0 commit comments

Comments
 (0)