--- 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