Closed MattKetmo closed 8 years ago
Add ability to exclude ACIs in the service-manifest.yml.
service-manifest.yml
For instance, pod-foobar contains aci-foo, aci-bar and aci-zabbix. I'd like to:
pod-foobar
aci-foo
aci-bar
aci-zabbix
containers: - pod-foobar exclude: - aci-zabbit # this will remove pod-foobar_aci-zabbit from the {{.acis}} variable
instead, I think I will give an object with a list of the acis. In the template, we will be able do processing on the list
done in v45. you can process aci list on your own in the template
Add ability to exclude ACIs in the
service-manifest.yml
.For instance,
pod-foobar
containsaci-foo
,aci-bar
andaci-zabbix
. I'd like to: