🔑 forgejo: add registry secret
This commit is contained in:
parent
015bfdbd92
commit
6f0bff0444
1 changed files with 10 additions and 0 deletions
10
git-forgejo/instance/registry-secret.yaml
Normal file
10
git-forgejo/instance/registry-secret.yaml
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
apiVersion: v1
|
||||
kind: Secret
|
||||
metadata:
|
||||
name: registry-secret
|
||||
namespace: forgejo
|
||||
stringData:
|
||||
docker-server: git.qcampos.fr
|
||||
docker-username: qcampos
|
||||
docker-password: "50f5bf95338e2f39d70210d6cc71f82c091d1331"
|
||||
namespace: forgejo
|
||||
Loading…
Reference in a new issue