summaryrefslogtreecommitdiff
path: root/roles/kubernetes/standalone/pod/defaults/main.yml
blob: 2eae33a3deebc9683b2e02d8edccdb78a2ea3462 (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