As part of the purge of the collector microservice, the Istio.yaml still have references to said service. This reference causes the deployment of StockTrader with Istio to fail with this error:
Status:
Conditions:
Last Transition Time: 2023-12-14T14:34:25Z
Status: True
Type: Initialized
Last Transition Time: 2023-12-14T14:34:29Z
Message: failed to install release: template: stocktrader/templates/istio.yaml:127:14: executing "stocktrader/templates/istio.yaml" at <.Values.collector.enabled>: nil pointer evaluating interface {}.enabled
Reason: InstallError
Status: True
Type: ReleaseFailed
As part of the purge of the
collector
microservice, the Istio.yaml still have references to said service. This reference causes the deployment of StockTrader with Istio to fail with this error:https://github.com/search?q=repo%3AIBMStockTrader%2Fstocktrader-operator%20collector&type=code