Skip to content

Instantly share code, notes, and snippets.

View SerRichard's full-sized avatar
🦉

Sean SerRichard

🦉
  • Barcelona
  • 17:06 (UTC -12:00)
View GitHub Profile
@SerRichard
SerRichard / workflow-storage.md
Last active July 14, 2025 10:13
A number of examples for consuming storage in Argo Workflows

Using the NFS

apiVersion: argoproj.io/v1alpha1
kind: Workflow
metadata:
  generateName: volumes-nfs-
spec:
  entrypoint: volumes-pvc-example
  securityContext:
    runAsUser: 1000