helm-chart-genes/values.yaml

27 lines
892 B
YAML
Raw Permalink Normal View History

2024-03-14 14:13:26 +01:00
## texte à rajouter sur le fichier values.yaml de l'app onyxia pour ajouter le catalogue test (https://code.groupe-genes.fr/DSIT/kube-apps/src/branch/main/apps/onyxia/values.yaml)
{
"id": "restreint",
"name": "Restreint",
"description": "Services expérimentaux avec un accès restreint.",
"maintainer": "support@groupe-genes.fr",
"location": "https://code.groupe-genes.fr/aguyot-ensae/helm-chart-restreint",
"status": "PROD",
"highlightedCharts":
[
"wordpress"
],
"type": "helm",
"visible": {
"user": true,
"project": true,
},
"restrictions": [
{
"userAttribute": {
"key": "groups",
"matches": "datalab-onyxia-admin"
2024-03-14 15:31:32 +01:00
}
}
]
},