Ask Bjørn Hansen
ccd503b0e7
All checks were successful
continuous-integration/drone/push Build is passing
41 lines
556 B
YAML
41 lines
556 B
YAML
---
|
|
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
|
|
|
|
...
|