jx/examples/file.yaml
Matthew Rich e71d177984
All checks were successful
Declarative Tests / test (push) Successful in 51s
add exec resource
2024-03-25 13:27:30 -07:00

9 lines
131 B
YAML

resources:
- type: file
attributes:
path: /tmp/foo.txt
owner: nobody
group: nobody
mode: 0644
state: present