Badges: fix group id and cli option
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
parent
b12eec785f
commit
1da0edc94f
2 changed files with 2 additions and 2 deletions
|
@ -9,4 +9,4 @@ if [ ! -d "$DIR/.git" ]; then
|
||||||
git clone https://pagure.io/fedora-badges.git $DIR
|
git clone https://pagure.io/fedora-badges.git $DIR
|
||||||
fi
|
fi
|
||||||
|
|
||||||
git pull -C $DIR
|
git -C $DIR pull
|
||||||
|
|
|
@ -48,4 +48,4 @@ spec:
|
||||||
secret:
|
secret:
|
||||||
secretName: fedbadges-keytab
|
secretName: fedbadges-keytab
|
||||||
securityContext:
|
securityContext:
|
||||||
supplementalGroups: [1001280000]
|
supplementalGroups: [1001050000]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue