mirror of https://github.com/kubernetes/kops.git
Add missing namespace field to external-dns Service
This commit is contained in:
parent
f508f71881
commit
13a6b1d401
|
|
@ -95,6 +95,7 @@ metadata:
|
|||
labels:
|
||||
k8s-addon: external-dns.addons.k8s.io
|
||||
name: external-dns
|
||||
namespace: kube-system
|
||||
spec:
|
||||
type: ClusterIP
|
||||
selector:
|
||||
|
|
|
|||
Loading…
Reference in New Issue