paperless init

This commit is contained in:
2024-04-02 13:56:29 +02:00
parent f8578d337b
commit 761a6222fa
13 changed files with 272 additions and 2 deletions

View File

@ -0,0 +1,11 @@
apiVersion: v1
kind: Secret
metadata:
name: nextcloud-secret
namespace: nextcloud
annotations:
sealedsecrets.bitnami.com/namespace-wide: "true"
data:
MYSQL_PASSWORD: <pass>
MYSQL_ROOT_PASSWORD: <pass>