This commit is contained in:
2024-01-26 14:18:53 +01:00
parent 6351c28f1e
commit 5c4a12165a
2 changed files with 18 additions and 18 deletions

View File

@@ -6,21 +6,21 @@ metadata:
name: dns
description: null
options:
forward:
default: 192.168.1.254
domain_name:
default: your_company.com
examples:
- 192.168.1.254
- your_company.com
type: string
domain:
default: your-company
examples:
- your-company
type: string
sub_domain:
default: dns
examples:
- dns
type: string
domain_name:
default: your_company.com
examples:
- your_company.com
type: string
image:
default:
pullPolicy: IfNotPresent
@@ -50,6 +50,11 @@ options:
default: 1.11.1
type: string
type: object
forward:
default: 192.168.1.254
examples:
- 192.168.1.254
type: string
zones:
default: []
items:
@@ -98,11 +103,6 @@ options:
type: string
type: object
type: array
domain:
default: your-company
examples:
- your-company
type: string
dependencies: []
providers:
kubernetes: true