blob: ac0e15a3a3d1506b5ae90a4337aa835d01d1e7d5 (
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
24
25
26
27
28
29
|
---
kubernetes_standalone_pod_default_config_hash_item_properties:
- checksum
- mode
- uid
- gid
# 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
|