mirror of
https://github.com/bvanroll/snippets.git
synced 2025-08-29 03:52:42 +00:00
snips
This commit is contained in:
12
yaml.snippets
Normal file
12
yaml.snippets
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
snippet tpl_pod "pod template" b
|
||||||
|
apiVersion: v1
|
||||||
|
kind: Pod
|
||||||
|
metadata:
|
||||||
|
name: _name
|
||||||
|
labels:
|
||||||
|
- _key: _value
|
||||||
|
spec:
|
||||||
|
containers:
|
||||||
|
- name: _name
|
||||||
|
image: _image
|
||||||
|
endsnippet
|
Reference in New Issue
Block a user