helm-chart-genes/values.yaml

27 lines
892 B
YAML

## 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"
}
}
]
},