Template:Init s3

From wikieduonline
Revision as of 16:16, 15 October 2024 by Welcome (talk | contribs) (Created page with " initContainers: - name: myname image: public.ecr.aws/aws-cli/aws-cli command: ["aws", "s3", "sync", "s3://mybucket", "/yourdir"]...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
initContainers:
    - name: myname
      image: public.ecr.aws/aws-cli/aws-cli
      command: ["aws", "s3", "sync", "s3://mybucket", "/yourdir"]
      volumeMounts:
        - name: yourdir
          mountPath: "/yourdir"

Advertising: