mirror of https://github.com/rancher/dashboard.git
19 lines
507 B
JavaScript
19 lines
507 B
JavaScript
// These are used to determine what is considered a User vs System namespace in the namespace picker,
|
|
// along with the `isSystem` property of the project associated with the namespace, if in Rancher mode.
|
|
export default [
|
|
'cattle-dashboards',
|
|
'cattle-global-data',
|
|
'cattle-system',
|
|
'gatekeeper-system',
|
|
'ingress-nginx',
|
|
'kube-node-lease',
|
|
'kube-public',
|
|
'kube-system',
|
|
'linkerd',
|
|
'security-scan',
|
|
'tekton-pipelines',
|
|
'cis-operator-system',
|
|
'istio-system',
|
|
'longhorn-system',
|
|
];
|