IBMStockTrader / stocktrader-operator

Umbrella operator that installs/configures the IBM Stock Trader sample
7 stars 17 forks source link

Remove `collector` from Istio config #33

Closed rtclauss closed 10 months ago

rtclauss commented 10 months ago

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

https://github.com/search?q=repo%3AIBMStockTrader%2Fstocktrader-operator%20collector&type=code