Skip to content

Commit

Permalink
Update pod.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
vsoch authored Jun 4, 2024
1 parent 41d6c6e commit 12dedfd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion examples/basic/pod/pod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ kind: Pod
apiVersion: v1
metadata:
name: my-csi-app-inline
labels:
job-name: oras-test
spec:
containers:
- name: my-container
Expand All @@ -17,4 +19,4 @@ spec:
driver: csi.oras.land
readOnly: true
volumeAttributes:
oras.artifact.reference: "ghcr.io/singularityhub/github-ci:latest"
oras.artifact.reference: "ghcr.io/singularityhub/github-ci:latest"

0 comments on commit 12dedfd

Please sign in to comment.