--- kind: pipeline type: kubernetes name: default clone: disable: true steps: - name: write pull: if-not-exists image: alpine volumes: - name: shared path: /shared commands: - pwd - echo "hello" > /shared/greetings.txt - name: read pull: if-not-exists image: alpine volumes: - name: shared path: /shared commands: - pwd - ls /shared - cat /shared/greetings.txt volumes: - name: shared claim: name: go-pkg --- kind: signature hmac: 3907aa03bc3c2cc7725159839547e594001bd34ed1fe997f5510c22de6522e60 ...