From f8ceeccc201545005ee536eaea912d6b781b283e Mon Sep 17 00:00:00 2001 From: RBER Admin Date: Wed, 10 Dec 2025 10:11:32 +0000 Subject: [PATCH] Fix organization names to match Gitea (uppercase) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Gitea organizations are UNSTIM, UAC, UNA, UP (uppercase). 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- templates/node-api/template.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/templates/node-api/template.yaml b/templates/node-api/template.yaml index d311e8b..ab0d680 100644 --- a/templates/node-api/template.yaml +++ b/templates/node-api/template.yaml @@ -33,10 +33,10 @@ spec: type: string description: Sélectionne ton université enum: - - unstim - - uac - - una - - up + - UNSTIM + - UAC + - UNA + - UP enumNames: - UNSTIM - UAC