Compare commits
4 Commits
3aa2baeb07
...
d864e4bcc9
Author | SHA1 | Date | |
---|---|---|---|
d864e4bcc9
|
|||
b2a64c9087 | |||
126154033a | |||
ddd91c3aea |
12
clusters/cl01tl/applications/directus/templates/pod.yaml
Normal file
12
clusters/cl01tl/applications/directus/templates/pod.yaml
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
apiVersion: v1
|
||||||
|
kind: Pod
|
||||||
|
metadata:
|
||||||
|
name: directus-s3cmd
|
||||||
|
namespace: directus
|
||||||
|
spec:
|
||||||
|
automountServiceAccountToken: true
|
||||||
|
containers:
|
||||||
|
- name: s3-prune
|
||||||
|
image: d3fk/s3cmd:latest
|
||||||
|
command:
|
||||||
|
- /bin/sh
|
Reference in New Issue
Block a user