0e8de24ccc
Enable custom annotations for pods [deployments, daemonsets] Change-Id: I9d6ac9bfdcabb24709b9d2a874712d675edd3b7c
10 lines
149 B
YAML
10 lines
149 B
YAML
---
|
|
annotations:
|
|
pod:
|
|
default:
|
|
custom.tld/key: "value"
|
|
custom.tld/key2: "value2"
|
|
mistral_api:
|
|
another.tld/foo: "bar"
|
|
...
|