This commit is contained in:
parent
bf3cb015f0
commit
6fe60b9e57
@ -1,4 +1,5 @@
|
||||
#!/bin/bash -e
|
||||
set -o pipefail
|
||||
|
||||
function get_token() {
|
||||
kubectl exec statefulset/app -- gitea admin user generate-access-token \
|
||||
@ -23,8 +24,6 @@ if [ -z "$passwd" ]; then
|
||||
--password "$passwd"
|
||||
fi
|
||||
|
||||
set -x
|
||||
|
||||
opts=()
|
||||
[ -n "$scopes" ] && opts+=(
|
||||
--from-literal=token="$(kgseckey "$secret" token || get_token)"
|
||||
|
@ -1,4 +1,5 @@
|
||||
#!/bin/bash -e
|
||||
set -o pipefail
|
||||
|
||||
export NB_REPLICAS=1
|
||||
|
||||
|
@ -1,4 +1,5 @@
|
||||
#!/bin/bash -e
|
||||
set -o pipefail
|
||||
|
||||
# TODO: 3
|
||||
export NB_REPLICAS=1
|
||||
|
Loading…
Reference in New Issue
Block a user