add label for kube-dns sa
This commit is contained in:
parent
acbdfb08ce
commit
7c2816ba73
1 changed files with 2 additions and 0 deletions
|
@ -3,3 +3,5 @@ kind: ServiceAccount
|
|||
metadata:
|
||||
name: kube-dns
|
||||
namespace: {{ system_namespace }}
|
||||
labels:
|
||||
kubernetes.io/cluster-service: "true"
|
Loading…
Reference in a new issue