add backend

This commit is contained in:
Philipp Rothmann 2022-10-21 12:44:04 +02:00
parent 0bff1d8645
commit 07a2c46227
89 changed files with 26502 additions and 0 deletions

View file

@ -0,0 +1,7 @@
apiVersion: v1
kind: Secret
metadata:
name: stackspin-wekan-variables
data:
mongodb_password: "{{ 32 | generate_password | b64encode }}"
mongodb_root_password: "{{ 32 | generate_password | b64encode }}"