add tempt pod
This commit is contained in:
13
clusters/cl01tl/applications/directus/templates/pod.yaml
Normal file
13
clusters/cl01tl/applications/directus/templates/pod.yaml
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
apiVersion: v1
|
||||||
|
kind: Pod
|
||||||
|
metadata:
|
||||||
|
name: directus-s3cmd
|
||||||
|
namespace: directus
|
||||||
|
spec:
|
||||||
|
automountServiceAccountToken: true
|
||||||
|
containers:
|
||||||
|
- name: s3-prune
|
||||||
|
image:
|
||||||
|
repository: d3fk/s3cmd
|
||||||
|
tag: latest@sha256:030103d626567d4d82f8931160b46c8dc30e4bf3baab058576f3c81bb03cd368
|
||||||
|
pullPolicy: IfNotPresent
|
Reference in New Issue
Block a user