robjuz / helm-charts

https://robjuz.github.io/helm-charts/index.yaml
34 stars 30 forks source link

[kimai] fix: indentation issue initcontainers #85

Closed Jessev6 closed 1 month ago

Jessev6 commented 1 month ago

There's an indentation issue with the initcontainers block, which prevents usage of this block entirely when configuring values for the helm chart.

This commit fixes that by removing one indent from the block.

robjuz commented 1 month ago

@Jessev6 Thx!