goauthentik / goauthentik/helm
Using Authentik as a subchart - issues when creating a serviceAccount
Open
- Dominant language
- Mustache
- Stars
- 183
- Forks
- 69
- Avg merge
- 14h 21m
- Merged PRs (30d)
- 8
Description
I use Authentik as a subchart, which depends on authentik-remote-cluster for serviceAccount creation.
With `authentik.serviceAccount.create=true` set the installation fails [at this line](https://github.com/goauthentik/helm/blob/main/charts/authentik/templates/worker/deployment.yaml#L49):
```yaml
serviceAccountName: {{ include "authentik-remote-cluster.fullname" .Subcharts.serviceAccount }}
```
Apparently `.Subcharts` value is not available when Authentik is used as a subchart itself.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.