2bcf0fe961
Enable custom annotations for pods [deployments, daemonsets] Change-Id: I0a2c7f1320e4f5bb28760795a83f373987f5b146
10 lines
146 B
YAML
10 lines
146 B
YAML
---
|
|
annotations:
|
|
pod:
|
|
default:
|
|
custom.tld/key: "value"
|
|
custom.tld/key2: "value2"
|
|
heat_api:
|
|
another.tld/foo: "bar"
|
|
...
|