Badges: fix group id and cli option

Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
Aurélien Bompard 2024-03-23 13:54:06 +01:00
parent b12eec785f
commit 1da0edc94f
No known key found for this signature in database
GPG key ID: 31584CFEB9BF64AD
2 changed files with 2 additions and 2 deletions

View file

@ -9,4 +9,4 @@ if [ ! -d "$DIR/.git" ]; then
git clone https://pagure.io/fedora-badges.git $DIR
fi
git pull -C $DIR
git -C $DIR pull

View file

@ -48,4 +48,4 @@ spec:
secret:
secretName: fedbadges-keytab
securityContext:
supplementalGroups: [1001280000]
supplementalGroups: [1001050000]