Skip to content

Commit 5968d2f

Browse files
committed
k8s/dashboard: init
1 parent e8f5ab8 commit 5968d2f

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

k8s/k8s-dashboard.yaml

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
apiVersion: v1
2+
kind: Namespace
3+
metadata:
4+
name: kubernetes-dashboard
5+
---
6+
apiVersion: argoproj.io/v1alpha1
7+
kind: Application
8+
metadata:
9+
name: kubernetes-dashboard
10+
namespace: apps
11+
spec:
12+
project: apps
13+
source:
14+
chart: kubernetes-dashboard
15+
repoURL: https://kubernetes.github.io/dashboard/
16+
targetRevision: 7.10.0
17+
helm:
18+
releaseName: kubernetes-dashboard
19+
destination:
20+
server: "https://kubernetes.default.svc"
21+
namespace: kubernetes-dashboard
22+
syncPolicy:
23+
automated:
24+
prune: true
25+
selfHeal: true
26+
allowEmpty: false

0 commit comments

Comments
 (0)