blob: 9e32805577a8e25c0aa3521c7aadd9361ef76078 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
resources:
- namespace.yaml
- pvc.yaml
- 1password.yaml
- deployment.yaml
- onionservice.yaml
- service.yaml
- runner.yaml
#- external-dns.yaml
- ingress.yaml
namespace: gitea
configMapGenerator:
- name: anubis-cfg
behavior: create
files:
- ./cfg/anubis/botPolicies.json
- ./cfg/anubis/botPolicies.yaml
- name: botstopper-custom-css
behavior: create
files:
- ./cfg/botstopper/custom.css
|