> For the complete documentation index, see [llms.txt](https://developer.harness.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.harness.io/continuous-delivery/troubleshooting-and-resources/armory/general/kayenta-404s-in-armory-spinnaker.md).

# Kayenta 404s in Armory Spinnaker

If you’ve enabled Kayenta in Armory Spinnaker 2.0, and are running into any of these issues:

* Canary configs not saving properly\* Infrastructure/Clusters page details pane not loading\* 404s in the browser console attempting to hit `/v2/canaryConfig` Then make the following change: Create/update the `.hal//profiles/gate-local.yml` file, with these contents:

```
services:
  kayenta:
    canaryConfigStore: true
```

Then, apply your change with `hal deploy apply`.
