We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8f5ab8 commit 5968d2fCopy full SHA for 5968d2f
k8s/k8s-dashboard.yaml
@@ -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
9
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