1f073e5352
Enable custom annotations for pods [deployments, daemonsets] Change-Id: I88e692fcf63a4606fde7ec7ecaeacfdbf90c9f09
10 lines
150 B
YAML
10 lines
150 B
YAML
---
|
|
annotations:
|
|
pod:
|
|
default:
|
|
custom.tld/key: "value"
|
|
custom.tld/key2: "value2"
|
|
barbican_api:
|
|
another.tld/foo: "bar"
|
|
...
|