summaryrefslogtreecommitdiff
path: root/roles/k8s/files/k8s-dashboard-admin.yaml
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2019-12-22 21:25:30 -0500
committerThedro Neely <thedroneely@gmail.com>2019-12-22 21:25:30 -0500
commit40654887e0efde614701c281742c6c0d72c5d778 (patch)
tree2330ff6ea553c6ae5d32b1609238195ce448a13e /roles/k8s/files/k8s-dashboard-admin.yaml
parent2bb2c78242001dd3139b965845e9004ada3b9e3c (diff)
downloadplaybooks-40654887e0efde614701c281742c6c0d72c5d778.tar.gz
playbooks-40654887e0efde614701c281742c6c0d72c5d778.tar.bz2
playbooks-40654887e0efde614701c281742c6c0d72c5d778.zip
roles/k8s: Add kubernetes cluster playbook
Diffstat (limited to 'roles/k8s/files/k8s-dashboard-admin.yaml')
-rw-r--r--roles/k8s/files/k8s-dashboard-admin.yaml6
1 files changed, 6 insertions, 0 deletions
diff --git a/roles/k8s/files/k8s-dashboard-admin.yaml b/roles/k8s/files/k8s-dashboard-admin.yaml
new file mode 100644
index 0000000..639a776
--- /dev/null
+++ b/roles/k8s/files/k8s-dashboard-admin.yaml
@@ -0,0 +1,6 @@
+apiVersion: v1
+kind: ServiceAccount
+metadata:
+ name: admin-user
+ namespace: kubernetes-dashboard
+