Skip to content

Commit

Permalink
fix envValueFrom
Browse files Browse the repository at this point in the history
  • Loading branch information
dirtycajunrice committed May 5, 2021
1 parent 8fb84d5 commit 642b390
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 28 deletions.
17 changes: 9 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
# authentik

![Version: 1.0.0-RC2](https://img.shields.io/badge/Version-1.0.0--RC2-informational?style=flat-square) ![AppVersion: 2021.4.5](https://img.shields.io/badge/AppVersion-2021.4.5-informational?style=flat-square)
![Version: 1.0.0-RC4](https://img.shields.io/badge/Version-1.0.0--RC4-informational?style=flat-square) ![AppVersion: 2021.4.5](https://img.shields.io/badge/AppVersion-2021.4.5-informational?style=flat-square)

authentik is an open-source Identity Provider focused on flexibility and versatility.
authentik is an open-source Identity Provider focused on flexibility and versatility

**Homepage:** <https://goauthentik.io>

## Maintainers

| Name | Email | Url |
| ---- | ------ | --- |
| BeryJu | [email protected] | |
| BeryJu | [email protected] | https://github.com/BeryJu |
| dirtycajunrice | [email protected] | https://github.com/DirtyCajunRice |

## Source Code
Expand Down Expand Up @@ -43,8 +43,8 @@ authentik is an open-source Identity Provider focused on flexibility and versati
| authentik.error_reporting.send_pii | string | `""` | |
| authentik.log_level | string | `""` | |
| authentik.outposts.docker_image_base | string | `""` | |
| authentik.postgresql.database | string | `""` | |
| authentik.postgresql.host | string | `""` | |
| authentik.postgresql.name | string | `""` | |
| authentik.postgresql.s3_backup.access_key | string | `""` | |
| authentik.postgresql.s3_backup.bucket | string | `""` | |
| authentik.postgresql.s3_backup.host | string | `""` | |
Expand All @@ -55,14 +55,15 @@ authentik is an open-source Identity Provider focused on flexibility and versati
| authentik.secret_key | string | `""` | |
| env | object | `{}` | |
| envFrom | list | `[]` | |
| envValueFrom | object | `{}` | |
| geoip.accountId | string | `""` | |
| geoip.editionIds | string | `"GeoLite2-City"` | |
| geoip.enabled | bool | `false` | |
| geoip.licenseKey | string | `""` | |
| geoip.schedule | string | `"0 */8 * * *"` | |
| image.name | string | `"beryju//authentik"` | |
| image.name | string | `"docker.beryju.org/authentik/server"` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.tag | string | `"2021.4.5"` | |
| image.tag | string | `"gh-next"` | |
| ingress.annotations | object | `{}` | |
| ingress.enabled | bool | `false` | |
| ingress.hosts[0].host | string | `"authentik.domain.tld"` | |
Expand All @@ -73,7 +74,7 @@ authentik is an open-source Identity Provider focused on flexibility and versati
| livenessProbe.enabled | bool | `true` | |
| livenessProbe.httpGet.path | string | `"/-/health/live/"` | |
| livenessProbe.httpGet.port | string | `"http"` | |
| livenessProbe.initialDelaySeconds | int | `15` | |
| livenessProbe.initialDelaySeconds | int | `60` | |
| livenessProbe.periodSeconds | int | `30` | |
| postgresql.enabled | bool | `false` | |
| prometheus.rules.create | bool | `false` | |
Expand All @@ -86,7 +87,7 @@ authentik is an open-source Identity Provider focused on flexibility and versati
| readinessProbe.enabled | bool | `true` | |
| readinessProbe.httpGet.path | string | `"/-/health/ready/"` | |
| readinessProbe.httpGet.port | string | `"http"` | |
| readinessProbe.initialDelaySeconds | int | `15` | |
| readinessProbe.initialDelaySeconds | int | `60` | |
| readinessProbe.periodSeconds | int | `30` | |
| redis.auth.enabled | bool | `false` | |
| redis.enabled | bool | `false` | |
Expand Down
13 changes: 4 additions & 9 deletions charts/authentik/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ keywords:
- proxy
- oauth
- authentication
version: 1.0.0-RC3
version: 1.0.0-RC4
appVersion: 2021.4.5
icon: https://raw.githubusercontent.com/BeryJu/authentik/master/web/icons/icon.svg
maintainers:
Expand All @@ -34,16 +34,11 @@ dependencies:
annotations:
artifacthub.io/prerelease: "true"
artifacthub.io/changes: |
- kind: added
description: Readme examples
- kind: fixed
description: envValueFrom indentation
links:
- name: Github PR
url: https://github.com/goauthentik/helm/pull/3
- kind: added
description: envValueFrom
links:
- name: Github PR
url: https://github.com/goauthentik/helm/pull/3
url: https://github.com/goauthentik/helm/pull/4
artifacthub.io/license: GPL-3.0-only
artifacthub.io/links: |
- name: Github
Expand Down
17 changes: 9 additions & 8 deletions charts/authentik/README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
# authentik

![Version: 1.0.0-RC2](https://img.shields.io/badge/Version-1.0.0--RC2-informational?style=flat-square) ![AppVersion: 2021.4.5](https://img.shields.io/badge/AppVersion-2021.4.5-informational?style=flat-square)
![Version: 1.0.0-RC4](https://img.shields.io/badge/Version-1.0.0--RC4-informational?style=flat-square) ![AppVersion: 2021.4.5](https://img.shields.io/badge/AppVersion-2021.4.5-informational?style=flat-square)

authentik is an open-source Identity Provider focused on flexibility and versatility.
authentik is an open-source Identity Provider focused on flexibility and versatility

**Homepage:** <https://goauthentik.io>

## Maintainers

| Name | Email | Url |
| ---- | ------ | --- |
| BeryJu | [email protected] | |
| BeryJu | [email protected] | https://github.com/BeryJu |
| dirtycajunrice | [email protected] | https://github.com/DirtyCajunRice |

## Source Code
Expand Down Expand Up @@ -43,8 +43,8 @@ authentik is an open-source Identity Provider focused on flexibility and versati
| authentik.error_reporting.send_pii | string | `""` | |
| authentik.log_level | string | `""` | |
| authentik.outposts.docker_image_base | string | `""` | |
| authentik.postgresql.database | string | `""` | |
| authentik.postgresql.host | string | `""` | |
| authentik.postgresql.name | string | `""` | |
| authentik.postgresql.s3_backup.access_key | string | `""` | |
| authentik.postgresql.s3_backup.bucket | string | `""` | |
| authentik.postgresql.s3_backup.host | string | `""` | |
Expand All @@ -55,14 +55,15 @@ authentik is an open-source Identity Provider focused on flexibility and versati
| authentik.secret_key | string | `""` | |
| env | object | `{}` | |
| envFrom | list | `[]` | |
| envValueFrom | object | `{}` | |
| geoip.accountId | string | `""` | |
| geoip.editionIds | string | `"GeoLite2-City"` | |
| geoip.enabled | bool | `false` | |
| geoip.licenseKey | string | `""` | |
| geoip.schedule | string | `"0 */8 * * *"` | |
| image.name | string | `"beryju//authentik"` | |
| image.name | string | `"docker.beryju.org/authentik/server"` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.tag | string | `"2021.4.5"` | |
| image.tag | string | `"gh-next"` | |
| ingress.annotations | object | `{}` | |
| ingress.enabled | bool | `false` | |
| ingress.hosts[0].host | string | `"authentik.domain.tld"` | |
Expand All @@ -73,7 +74,7 @@ authentik is an open-source Identity Provider focused on flexibility and versati
| livenessProbe.enabled | bool | `true` | |
| livenessProbe.httpGet.path | string | `"/-/health/live/"` | |
| livenessProbe.httpGet.port | string | `"http"` | |
| livenessProbe.initialDelaySeconds | int | `15` | |
| livenessProbe.initialDelaySeconds | int | `60` | |
| livenessProbe.periodSeconds | int | `30` | |
| postgresql.enabled | bool | `false` | |
| prometheus.rules.create | bool | `false` | |
Expand All @@ -86,7 +87,7 @@ authentik is an open-source Identity Provider focused on flexibility and versati
| readinessProbe.enabled | bool | `true` | |
| readinessProbe.httpGet.path | string | `"/-/health/ready/"` | |
| readinessProbe.httpGet.port | string | `"http"` | |
| readinessProbe.initialDelaySeconds | int | `15` | |
| readinessProbe.initialDelaySeconds | int | `60` | |
| readinessProbe.periodSeconds | int | `30` | |
| redis.auth.enabled | bool | `false` | |
| redis.enabled | bool | `false` | |
Expand Down
6 changes: 3 additions & 3 deletions charts/authentik/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ spec:
{{- end }}
{{- include "authentik.env" $.Values.authentik | indent 12 }}
{{- range $name, $val := $.Values.envValueFrom }}
- name: {{ $name }}
valueFrom:
{{- toYaml $val | nindent 14 }}
- name: {{ $name }}
valueFrom:
{{- toYaml $val | nindent 16 }}
{{- end }}
{{- with $.Values.envFrom }}
envFrom:
Expand Down

0 comments on commit 642b390

Please sign in to comment.