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