Compare commits

..

No commits in common. "4b209f4649637dd7a8f1b518f438113b33ec3958" and "06ef3d543b9965a6212d31f3a79e0d5242890708" have entirely different histories.

2 changed files with 0 additions and 7 deletions

View file

@ -3,7 +3,6 @@ apiVersion: v1
kind: ConfigMap kind: ConfigMap
metadata: metadata:
name: bind-master-config name: bind-master-config
namespace: {{ .Release.Namespace }}
data: data:
named.conf: | named.conf: |
include "/etc/bind/externaldns-key.conf"; include "/etc/bind/externaldns-key.conf";
@ -52,7 +51,6 @@ apiVersion: apps/v1
kind: DaemonSet kind: DaemonSet
metadata: metadata:
name: bind-master name: bind-master
namespace: {{ .Release.Namespace }}
spec: spec:
selector: selector:
matchLabels: matchLabels:
@ -122,7 +120,6 @@ apiVersion: v1
kind: Service kind: Service
metadata: metadata:
name: bind-master name: bind-master
namespace: {{ .Release.Namespace }}
spec: spec:
type: ClusterIP type: ClusterIP
selector: selector:

View file

@ -3,7 +3,6 @@ apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole kind: ClusterRole
metadata: metadata:
name: external-dns name: external-dns
namespace: {{ .Release.Namespace }}
rules: rules:
- apiGroups: [""] - apiGroups: [""]
resources: ["services","endpoints","pods"] resources: ["services","endpoints","pods"]
@ -19,7 +18,6 @@ apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRoleBinding kind: ClusterRoleBinding
metadata: metadata:
name: external-dns-viewer name: external-dns-viewer
namespace: {{ .Release.Namespace }}
roleRef: roleRef:
apiGroup: rbac.authorization.k8s.io apiGroup: rbac.authorization.k8s.io
kind: ClusterRole kind: ClusterRole
@ -32,13 +30,11 @@ apiVersion: v1
kind: ServiceAccount kind: ServiceAccount
metadata: metadata:
name: external-dns name: external-dns
namespace: {{ .Release.Namespace }}
--- ---
apiVersion: apps/v1 apiVersion: apps/v1
kind: Deployment kind: Deployment
metadata: metadata:
name: external-dns name: external-dns
namespace: {{ .Release.Namespace }}
spec: spec:
replicas: 1 replicas: 1
selector: selector: