fix
This commit is contained in:
@@ -41,7 +41,7 @@ locals {
|
||||
],
|
||||
z.domain!=""?[format("%s. IN A %s", z.name, z.domain)]:[],
|
||||
z.domain6!=""?[format("%s. IN AAAA %s", z.name, z.domain6)]:[],
|
||||
[for k,v in z.TXT: format("%s IN TXT %s", k, v)],
|
||||
[for k,v in z.txt: format("%s IN TXT %s", k, v)],
|
||||
[for k,v in z.hosts: format("%s IN A %s", k, v)],
|
||||
[for k,v in z.hosts6: format("%s IN AAAA %s", k, v)],
|
||||
[for k,v in z.alias: format("%s IN CNAME %s", k, v)],
|
||||
|
||||
@@ -6,16 +6,21 @@ metadata:
|
||||
name: dns
|
||||
description: null
|
||||
options:
|
||||
forward:
|
||||
default: 192.168.1.254
|
||||
examples:
|
||||
- 192.168.1.254
|
||||
type: string
|
||||
sub-domain:
|
||||
default: dns
|
||||
examples:
|
||||
- dns
|
||||
type: string
|
||||
domain:
|
||||
default: your-company
|
||||
examples:
|
||||
- your-company
|
||||
type: string
|
||||
domain-name:
|
||||
default: your_company.com
|
||||
examples:
|
||||
- your_company.com
|
||||
type: string
|
||||
image:
|
||||
default:
|
||||
pullPolicy: IfNotPresent
|
||||
@@ -93,15 +98,10 @@ options:
|
||||
type: string
|
||||
type: object
|
||||
type: array
|
||||
domain-name:
|
||||
default: your_company.com
|
||||
forward:
|
||||
default: 192.168.1.254
|
||||
examples:
|
||||
- your_company.com
|
||||
type: string
|
||||
domain:
|
||||
default: your-company
|
||||
examples:
|
||||
- your-company
|
||||
- 192.168.1.254
|
||||
type: string
|
||||
dependencies: []
|
||||
providers:
|
||||
|
||||
Reference in New Issue
Block a user