From fc05378f0ec4ccf4d3310af5f043450528760b6e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Huss?= Date: Wed, 26 Jul 2023 13:52:01 +0200 Subject: [PATCH] fix --- share/dns/index.yaml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/share/dns/index.yaml b/share/dns/index.yaml index 8dfba40..165187d 100644 --- a/share/dns/index.yaml +++ b/share/dns/index.yaml @@ -6,16 +6,6 @@ metadata: name: dns description: null options: - sub-domain: - default: dns - examples: - - dns - type: string - domain-name: - default: your_company.com - examples: - - your_company.com - type: string image: default: pullPolicy: IfNotPresent @@ -45,6 +35,11 @@ options: default: 1.10.1 type: string type: object + sub-domain: + default: dns + examples: + - dns + type: string domain: default: your-company examples: @@ -79,6 +74,11 @@ options: type: string type: object type: array + domain-name: + default: your_company.com + examples: + - your_company.com + type: string dependencies: [] providers: kubernetes: true