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