This commit is contained in:
2023-07-26 13:52:01 +02:00
parent 1a7295d397
commit fc05378f0e

View File

@@ -6,16 +6,6 @@ metadata:
name: dns name: dns
description: null description: null
options: options:
sub-domain:
default: dns
examples:
- dns
type: string
domain-name:
default: your_company.com
examples:
- your_company.com
type: string
image: image:
default: default:
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
@@ -45,6 +35,11 @@ options:
default: 1.10.1 default: 1.10.1
type: string type: string
type: object type: object
sub-domain:
default: dns
examples:
- dns
type: string
domain: domain:
default: your-company default: your-company
examples: examples:
@@ -79,6 +74,11 @@ options:
type: string type: string
type: object type: object
type: array type: array
domain-name:
default: your_company.com
examples:
- your_company.com
type: string
dependencies: [] dependencies: []
providers: providers:
kubernetes: true kubernetes: true