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

#   config_hash_items:
#   - path: /path/to/configfile
#     properties:
#     - checksum
#     - mode
#     - uid
#     - gid