- Service bindings logs shows error
Reconcile error
with messagedeployments.apps \"app-name\" not found
app-name
is the name of the app which the service bindings is looking for
- The service binding is not deployed in the same namespace as the application workload.
- Deploy the workload application in the same namespaces as the
ServiceBinding
.
- The pod not being able to start due to missing service
- No errors shown in the Service bindings logs
- The applied binding is empty due to the secret referencing the service is not in the same namespace as the application workload and the
ServiceBinding
.
- Deploy the Binding Secret in the same namespace of the
ServiceBinding
.