Skip to content

Commit

Permalink
add debug workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
zhuwq0 committed Jan 24, 2023
1 parent 001438e commit a02c6ce
Show file tree
Hide file tree
Showing 2 changed files with 4,959 additions and 0 deletions.
16 changes: 16 additions & 0 deletions kubeflow/rsync.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
apiVersion: v1
kind: Pod
metadata:
name: dataaccess52
spec:
containers:
- name: alpine
image: zhuwq0/waveform-env:1.1
command: ['sleep', 'infinity']
volumeMounts:
- name: mypvc
mountPath: /data
volumes:
- name: mypvc
persistentVolumeClaim:
claimName: quakeflow-w8gfg-data-volume-52
Loading

0 comments on commit a02c6ce

Please sign in to comment.