fix
This commit is contained in:
@@ -15,7 +15,6 @@ locals {
|
|||||||
class denial error
|
class denial error
|
||||||
}
|
}
|
||||||
kubernetes cluster.local
|
kubernetes cluster.local
|
||||||
k8s_external ns.${var.domain-name}
|
|
||||||
prometheus 0.0.0.0:9153
|
prometheus 0.0.0.0:9153
|
||||||
forward . ${var.forward}
|
forward . ${var.forward}
|
||||||
cache 30
|
cache 30
|
||||||
|
|||||||
@@ -6,6 +6,45 @@ 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:
|
||||||
|
default:
|
||||||
|
pullPolicy: IfNotPresent
|
||||||
|
registry: docker.io
|
||||||
|
repository: coredns/coredns
|
||||||
|
tag: 1.10.1
|
||||||
|
examples:
|
||||||
|
- pullPolicy: IfNotPresent
|
||||||
|
registry: docker.io
|
||||||
|
repository: coredns/coredns
|
||||||
|
tag: 1.10.1
|
||||||
|
properties:
|
||||||
|
pullPolicy:
|
||||||
|
default: IfNotPresent
|
||||||
|
enum:
|
||||||
|
- Always
|
||||||
|
- Never
|
||||||
|
- IfNotPresent
|
||||||
|
type: string
|
||||||
|
registry:
|
||||||
|
default: docker.io
|
||||||
|
type: string
|
||||||
|
repository:
|
||||||
|
default: coredns/coredns
|
||||||
|
type: string
|
||||||
|
tag:
|
||||||
|
default: 1.10.1
|
||||||
|
type: string
|
||||||
|
type: object
|
||||||
domain:
|
domain:
|
||||||
default: your-company
|
default: your-company
|
||||||
examples:
|
examples:
|
||||||
@@ -40,45 +79,6 @@ options:
|
|||||||
type: string
|
type: string
|
||||||
type: object
|
type: object
|
||||||
type: array
|
type: array
|
||||||
image:
|
|
||||||
default:
|
|
||||||
pullPolicy: IfNotPresent
|
|
||||||
registry: docker.io
|
|
||||||
repository: coredns/coredns
|
|
||||||
tag: 1.10.1
|
|
||||||
examples:
|
|
||||||
- pullPolicy: IfNotPresent
|
|
||||||
registry: docker.io
|
|
||||||
repository: coredns/coredns
|
|
||||||
tag: 1.10.1
|
|
||||||
properties:
|
|
||||||
pullPolicy:
|
|
||||||
default: IfNotPresent
|
|
||||||
enum:
|
|
||||||
- Always
|
|
||||||
- Never
|
|
||||||
- IfNotPresent
|
|
||||||
type: string
|
|
||||||
registry:
|
|
||||||
default: docker.io
|
|
||||||
type: string
|
|
||||||
repository:
|
|
||||||
default: coredns/coredns
|
|
||||||
type: string
|
|
||||||
tag:
|
|
||||||
default: 1.10.1
|
|
||||||
type: string
|
|
||||||
type: object
|
|
||||||
sub-domain:
|
|
||||||
default: dns
|
|
||||||
examples:
|
|
||||||
- dns
|
|
||||||
type: string
|
|
||||||
domain-name:
|
|
||||||
default: your_company.com
|
|
||||||
examples:
|
|
||||||
- your_company.com
|
|
||||||
type: string
|
|
||||||
dependencies: []
|
dependencies: []
|
||||||
providers:
|
providers:
|
||||||
kubernetes: true
|
kubernetes: true
|
||||||
|
|||||||
Reference in New Issue
Block a user