adding ca.crt to pod (minio access)

This commit is contained in:
2021-05-05 11:30:16 +02:00
parent 84833b0e94
commit c34600a47b
5 changed files with 11 additions and 3 deletions

View File

@@ -24,6 +24,10 @@ spec:
containers:
- name: nextcloud
image: cr.lan/nextcloud
livecycle:
postStart:
exec:
command: ["/bin/sh", "-c", "/usr/local/bin/post-start.sh"]
env:
- name: TZ
value: "Europe/Berlin"