This commit is contained in:
2023-08-01 08:50:32 +02:00
parent 1ebf187be3
commit 7b84e7cd95
8 changed files with 21 additions and 21 deletions

View File

@@ -6,25 +6,15 @@ metadata:
name: dns
description: null
options:
domain-name:
default: your_company.com
examples:
- your_company.com
type: string
sub-domain:
default: dns
examples:
- dns
type: string
domain:
default: your-company
examples:
- your-company
type: string
forward:
default: 192.168.1.254
domain-name:
default: your_company.com
examples:
- 192.168.1.254
- your_company.com
type: string
image:
default:
@@ -55,6 +45,11 @@ options:
default: 1.10.1
type: string
type: object
forward:
default: 192.168.1.254
examples:
- 192.168.1.254
type: string
zones:
default: []
items:
@@ -79,6 +74,11 @@ options:
type: string
type: object
type: array
sub-domain:
default: dns
examples:
- dns
type: string
dependencies: []
providers:
kubernetes: true