This commit is contained in:
2023-07-24 10:25:56 +02:00
parent caa438e434
commit 91b542dff4
2 changed files with 31 additions and 30 deletions

View File

@@ -11,35 +11,6 @@ options:
examples: examples:
- your-company - your-company
type: string 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: image:
default: default:
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
@@ -69,16 +40,45 @@ options:
default: 1.10.1 default: 1.10.1
type: string type: string
type: object 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: domain-name:
default: your_company.com default: your_company.com
examples: examples:
- your_company.com - your_company.com
type: string type: string
sub-domain:
default: dns
examples:
- dns
type: string
dependencies: [] dependencies: []
providers: providers:
kubernetes: true kubernetes: true
authentik: null authentik: null
kubectl: null kubectl: true
postgresql: null postgresql: null
restapi: null restapi: null
http: null http: null

View File

@@ -1,3 +1,4 @@
---
# Source: coredns/templates/serviceaccount.yaml # Source: coredns/templates/serviceaccount.yaml
apiVersion: v1 apiVersion: v1
kind: ServiceAccount kind: ServiceAccount