fix
This commit is contained in:
@@ -6,35 +6,16 @@ metadata:
|
||||
name: dns
|
||||
description: null
|
||||
options:
|
||||
domain:
|
||||
default: your-company
|
||||
forward:
|
||||
default: 192.168.1.254
|
||||
examples:
|
||||
- your-company
|
||||
- 192.168.1.254
|
||||
type: string
|
||||
sub-domain:
|
||||
default: dns
|
||||
examples:
|
||||
- dns
|
||||
type: string
|
||||
zones:
|
||||
default: []
|
||||
items:
|
||||
properties:
|
||||
alias:
|
||||
default: {}
|
||||
type: object
|
||||
hosts:
|
||||
default: {}
|
||||
type: object
|
||||
hosts6:
|
||||
default: {}
|
||||
type: object
|
||||
name:
|
||||
default: local.domain
|
||||
type: string
|
||||
wildcard:
|
||||
default: ''
|
||||
type: string
|
||||
wildcard6:
|
||||
default: ''
|
||||
type: string
|
||||
type: object
|
||||
type: array
|
||||
image:
|
||||
default:
|
||||
pullPolicy: IfNotPresent
|
||||
@@ -64,21 +45,64 @@ options:
|
||||
default: 1.10.1
|
||||
type: string
|
||||
type: object
|
||||
sub-domain:
|
||||
default: dns
|
||||
examples:
|
||||
- dns
|
||||
type: string
|
||||
forward:
|
||||
default: 192.168.1.254
|
||||
examples:
|
||||
- 192.168.1.254
|
||||
type: string
|
||||
zones:
|
||||
default: []
|
||||
items:
|
||||
properties:
|
||||
alias:
|
||||
default: {}
|
||||
type: object
|
||||
domain:
|
||||
default: ''
|
||||
type: string
|
||||
domain6:
|
||||
default: ''
|
||||
type: string
|
||||
hosts:
|
||||
default: {}
|
||||
type: object
|
||||
hosts6:
|
||||
default: {}
|
||||
type: object
|
||||
mx:
|
||||
default: []
|
||||
items:
|
||||
properties:
|
||||
name:
|
||||
default: vynil.solidite.fr.
|
||||
type: string
|
||||
priority:
|
||||
default: 10
|
||||
type: number
|
||||
value:
|
||||
default: mail.solidite.fr.
|
||||
type: string
|
||||
type: object
|
||||
type: array
|
||||
name:
|
||||
default: local.domain
|
||||
type: string
|
||||
txt:
|
||||
default: {}
|
||||
type: object
|
||||
wildcard:
|
||||
default: ''
|
||||
type: string
|
||||
wildcard6:
|
||||
default: ''
|
||||
type: string
|
||||
type: object
|
||||
type: array
|
||||
domain-name:
|
||||
default: your_company.com
|
||||
examples:
|
||||
- your_company.com
|
||||
type: string
|
||||
domain:
|
||||
default: your-company
|
||||
examples:
|
||||
- your-company
|
||||
type: string
|
||||
dependencies: []
|
||||
providers:
|
||||
kubernetes: true
|
||||
|
||||
Reference in New Issue
Block a user