-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathcentraldashboard-config.yaml
114 lines (114 loc) · 3.74 KB
/
centraldashboard-config.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
apiVersion: v1
data:
defaultLanguage: "en"
settings: |-
{
DASHBOARD_FORCE_IFRAME: true
}
links: |-
{
"en":
{
"menuLinks": [
{
"type": "item",
"link": "/en/",
"text": "Notebooks",
"icon": "book"
},
{
"type": "item",
"link": "/s3/{ns}/",
"text": "Storage",
"icon": "device:storage"
}
],
"externalLinks": [],
"quickLinks": [
{
"text": "Create a new Notebook server",
"desc": "Notebook Servers",
"link": "/en/new?ns={ns}"
}
],
"documentationItems": [
{
"text": "Advanced Analytics Workspace Docs",
"desc": "Helpful guides about our data and analysis tools",
"link": "https://statcan.github.io/aaw/"
},
{
"text": "Video Tutorial Series",
"desc": "YouTube playlist of videos for getting started with Advanced Analytics Workspace tools",
"link": "https://www.youtube.com/playlist?list=PL1zlA2D7AHugkDdiyeUHWOKGKUd3MB_nD"
},
{
"text": "Community Chat",
"desc": "Slack workspace for discussion/support - requires sign-up for emails outside @canada.ca",
"link": "https://statcan-aaw.slack.com/"
},
{
"text": "Official Kubeflow Docs",
"desc": "Advanced documentation for installing, running, and using Kubeflow",
"link": "https://www.kubeflow.org/docs/"
}
],
"securityMessages": [
"Statistics Canada networks are routinely monitored to ensure user compliance with the DAS Terms and Conditions. Inappropriate or unauthorized use of DAS will result in removal of all privileges and access to the DAS environments."
]
},
"fr":
{
"menuLinks": [
{
"type": "item",
"link": "/fr/",
"text": "Serveur Bloc-notes",
"icon": "book"
},
{
"type": "item",
"link": "/s3/{ns}/",
"text": "Stockage",
"icon": "device:storage"
}
],
"externalLinks": [],
"quickLinks": [
{
"text": "Créer un nouveau serveur bloc-notes",
"desc": "Serveur bloc-notes",
"link": "/fr/new?ns={ns}"
}
],
"documentationItems": [
{
"text": "Documents de l'espace d'analyses avancées",
"desc": "Guides utiles pour nos données et outils d'analyse",
"link": "https://statcan.github.io/aaw/"
},
{
"text": "Série de didacticiels vidéos",
"desc": "Playlist de vidéos YouTube pour commencer avec les outils de l'espace d'analyses avancées",
"link": "https://www.youtube.com/playlist?list=PL1zlA2D7AHugkDdiyeUHWOKGKUd3MB_nD"
},
{
"text": "Clavardage de la communauté",
"desc": "Espace de travail Slack pour discussion/support - besoin de s'inscrire pour les courriels en dehors de @canada.ca",
"link": "https://statcan-aaw.slack.com/"
},
{
"text": "Documents Kubeflow Officiels",
"desc": "Documentation avancé pour installer, exécuter et utiliser Kubeflow",
"link": "https://www.kubeflow.org/docs/"
}
],
"securityMessages": [
"Les réseaux de Statistique Canada font l'objet d'une surveillance régulière afin de s'assurer que les utilisateurs respectent les modalités du SAD. L'utilisation inappropriée ou non autorisée du SAD entraînera la suppression de tous les privilèges et de l'accès aux environnements SAD."
]
}
}
kind: ConfigMap
metadata:
name: centraldashboard-config
namespace: kubeflow