This message was deleted.
# opal
s
This message was deleted.
o
Hi @taylor morse, thanks for reporting, This seems like an issue @Raz Co would be able to address. He is currently AFK, so we'd need to wait for tomorrow
t
Sounds good, just wanted to bring awareness to the team.
r
Hey @taylor morse , we did some changes lately to how the data config mechanism works in the Helm chart. I’ll make sure to fix the docs accordingly! Thanks for the heads up.
r
@Or Weis i have below client config with no entries in dataSourcesConfig in server, and the client container continues to crash, is this a bad practise
Copy code
client:
  port: 7000
  opaPort: 8181
  replicas: 1
  extraEnv:
    OPAL_OPA_HEALTH_CHECK_POLICY_ENABLED: True
    OPAL_DATA_UPDATER_ENABLED: True
o
Is it crashing, or been reset by K8s because of the healthcheck? If it's crashing, you need to figure out why. If it's the healthcheck, then it's because you didn't set any data updates
r
got it, if we make the
OPAL_DATA_UPDATER_ENABLED
to false, does that meant it wont take the changes if we make any in git repo
i think healthcheck failing