Expected to find exactly one matching array item for path '/instance_groups/name=create-uaa-client' but found 0
hfrenzel opened this issue · 2 comments
hfrenzel commented
Hi,
trying to apply deployment/operations/push-cloudfoundry-kibana.yml
ops results in:
Expected to find exactly one matching array item for path '/instance_groups/name=create-uaa-client' but found 0
Probably a question mark in line 8 is missing?
We are using the following deployment-/ops-files:
deployment/logsearch-deployment.yml
deployment/operations/cloudfoundry.yml
deployment/operations/push-cloudfoundry-kibana.yml
b/r
Infra-Red commented
Hi @hfrenzel. Thanks for reporting the issue! The problem is that in cloudfoundry.yml
ops file we are using collocated errands and create-uaa-client
job is collocated with maintenance
instance group.
logsearch-boshrelease/deployment/operations/cloudfoundry.yml
Lines 2 to 6 in 158fbc7
I will fix this issue right now.
hfrenzel commented
Great! Thanks for the fast fix :)