chore: secrets example for gitea

This commit is contained in:
2026-06-09 09:03:39 +02:00
parent 6232b77026
commit 1cdbfb2d7b
+9
View File
@@ -0,0 +1,9 @@
apiVersion: v1
kind: Secret
metadata:
name: gitea-secrets
namespace: gitea
type: Opaque
stringData:
GITEA__database__USER: "gitea"
GITEA__database__PASSWD: "gitea"