summaryrefslogtreecommitdiff
path: root/roles/kubernetes/standalone/pod/defaults/main.yml
blob: c20d37cfbe5a62ccc865ef98eebfa46ea392a62b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
---
# kubernetes_standalone_pod:
#   name: example
#   labels:
#     foo: bar
#   annotations:
#     hello: world
#   spec: |
#     containers:
#     - name: test
#       image: "debian:stable"
#       command:
#       - /bin/bash
#       - -c
#       - "sleep inf"
#   mode: 0600
#   config_hash_items:
#   - path: /path/to/configfile
#     properties:
#     - checksum
#     - mode
#     - uid
#     - gid