This commit is contained in:
2023-07-26 13:26:20 +02:00
parent 4b68b96718
commit c3f28a89ed
3 changed files with 33 additions and 17 deletions

View File

@@ -6,6 +6,26 @@ metadata:
name: dns
description: null
options:
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
forward:
default: 192.168.1.254
examples:
- 192.168.1.254
type: string
zones:
default: []
items:
@@ -30,21 +50,6 @@ options:
type: string
type: object
type: array
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