diff --git a/share/dns/index.yaml b/share/dns/index.yaml index 4b0053a..57512f4 100644 --- a/share/dns/index.yaml +++ b/share/dns/index.yaml @@ -11,35 +11,6 @@ options: examples: - your-company type: string - sub-domain: - default: dns - examples: - - dns - type: string - zones: - default: [] - items: - properties: - alias: - default: {} - type: object - hosts: - default: {} - type: object - hosts6: - default: {} - type: object - name: - default: local.domain - type: string - wildcard: - default: '' - type: string - wildcard6: - default: '' - type: string - type: object - type: array image: default: pullPolicy: IfNotPresent @@ -69,16 +40,45 @@ options: default: 1.10.1 type: string type: object + zones: + default: [] + items: + properties: + alias: + default: {} + type: object + hosts: + default: {} + type: object + hosts6: + default: {} + type: object + name: + default: local.domain + type: string + wildcard: + default: '' + type: string + wildcard6: + default: '' + type: string + type: object + type: array domain-name: default: your_company.com examples: - your_company.com type: string + sub-domain: + default: dns + examples: + - dns + type: string dependencies: [] providers: kubernetes: true authentik: null - kubectl: null + kubectl: true postgresql: null restapi: null http: null diff --git a/share/dns/v1_ServiceAccount_coredns-coredns.yaml b/share/dns/v1_ServiceAccount_coredns-coredns.yaml index af6a494..cd90a96 100644 --- a/share/dns/v1_ServiceAccount_coredns-coredns.yaml +++ b/share/dns/v1_ServiceAccount_coredns-coredns.yaml @@ -1,3 +1,4 @@ +--- # Source: coredns/templates/serviceaccount.yaml apiVersion: v1 kind: ServiceAccount