Initial commit
This commit is contained in:
14
apps/gitea/install/secrets.yaml
Normal file
14
apps/gitea/install/secrets.yaml
Normal file
@@ -0,0 +1,14 @@
|
||||
# PostgreSQL credentials.
|
||||
# Replace <YOUR_DB_PASSWORD> with a strong password.
|
||||
#
|
||||
# Encrypt this file with: sops --encrypt --in-place secrets.yaml
|
||||
apiVersion: v1
|
||||
kind: Secret
|
||||
metadata:
|
||||
name: postgresql-credentials
|
||||
namespace: gitea
|
||||
type: Opaque
|
||||
stringData:
|
||||
POSTGRES_USER: gitea
|
||||
POSTGRES_PASSWORD: <YOUR_DB_PASSWORD>
|
||||
POSTGRES_DB: gitea
|
||||
Reference in New Issue
Block a user