# Storeconfig Not Working from Helm Chart install

**URL:** https://community.traefik.io/t/storeconfig-not-working-from-helm-chart-install/857
**Category:** Traefik v1
**Tags:** consul, kubernetes-ingress
**Created:** [July 10, 2019, 8:07pm UTC](https://community.traefik.io/t/storeconfig-not-working-from-helm-chart-install/857 "2019-07-10T20:07:23Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![dwsr](https://avatars.discourse-cdn.com/v4/letter/d/e480ec/32.png) [@dwsr](https://community.traefik.io/u/dwsr)
#### Post date: [July 10, 2019, 8:07pm UTC](https://community.traefik.io/t/storeconfig-not-working-from-helm-chart-install/857/1 "2019-07-10T20:07:23Z")

</div>

I'm using Helm to install traefik as an Ingress controller. I have clustering/HA support with Consul as my KV provider. As part of the Helm chart, there is a `storeconfig` job that runs `traefik storeconfig` to upload the config file contents into the KV provider. However, I'm receiving `2019/07/10 19:39:22 Error running traefik: Unexpected response code: 403 (rpc error making call: Permission denied)` from that job (that's with debug output enabled). The Traefik containers that are serving as the ingress controller, however, are able to boot without an issue and talk to Consul.

How do I fix this?
