dcc80fb3e7
Enable custom annotations for pods [deployments, daemonsets] Change-Id: I0487db75a9232dad0825ad26fb1221c9f13877d3
10 lines
156 B
YAML
10 lines
156 B
YAML
---
|
|
annotations:
|
|
pod:
|
|
default:
|
|
custom.tld/key: "value"
|
|
custom.tld/key2: "value2"
|
|
ceilometer_compute:
|
|
another.tld/foo: "bar"
|
|
...
|