Compare commits
No commits in common. "526aaa1dd8c8b27f98b951c6d168011545c57285" and "d2ad7d8e966e5b3cc871d8be280ca3ffc92aa72e" have entirely different histories.
526aaa1dd8
...
d2ad7d8e96
2 changed files with 2 additions and 2 deletions
|
@ -2,5 +2,5 @@ apiVersion: v2
|
||||||
name: home-server
|
name: home-server
|
||||||
description: A Helm chart for deploying the home-server application
|
description: A Helm chart for deploying the home-server application
|
||||||
type: application
|
type: application
|
||||||
version: 0.1.3
|
version: 0.1.2
|
||||||
appVersion: "1.0.0"
|
appVersion: "1.0.0"
|
||||||
|
|
|
@ -60,7 +60,7 @@ spec:
|
||||||
- --source=service
|
- --source=service
|
||||||
- --source=ingress
|
- --source=ingress
|
||||||
- --provider=rfc2136
|
- --provider=rfc2136
|
||||||
- --rfc2136-host=bind-master.{{ .Release.Namespace }}.svc.cluster.local
|
- --rfc2136-host=bind-master.dns.svc.cluster.local
|
||||||
- --rfc2136-port=53
|
- --rfc2136-port=53
|
||||||
- --rfc2136-zone=hxme.net
|
- --rfc2136-zone=hxme.net
|
||||||
- --rfc2136-tsig-secret=$(RFC2136_TSIG_SECRET)
|
- --rfc2136-tsig-secret=$(RFC2136_TSIG_SECRET)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue