fix(mycloud-authentik): serviceaccount workaround till solved in helm-chart
see https://github.com/goauthentik/helm/pull/253
This commit is contained in:
parent
b53d151620
commit
70da071390
2 changed files with 10 additions and 5 deletions
|
@ -7,9 +7,11 @@ spec:
|
|||
chart:
|
||||
spec:
|
||||
sourceRef:
|
||||
kind: HelmRepository
|
||||
# kind: HelmRepository
|
||||
kind: GitRepository
|
||||
name: "authentik"
|
||||
chart: "authentik"
|
||||
# chart: "authentik"
|
||||
chart: "./charts/authentik"
|
||||
install:
|
||||
{{- toYaml .Values.commons.helm.release.install | nindent 4 }}
|
||||
test:
|
||||
|
@ -138,7 +140,6 @@ spec:
|
|||
labels:
|
||||
{{- toYaml .Values.commons.prometheus.monitor.labels | nindent 12 }}
|
||||
|
||||
|
||||
serviceAccount: {{ .Release.Name }}
|
||||
extraContainers:
|
||||
- name: sidecar-blueprints
|
||||
|
|
|
@ -1,8 +1,12 @@
|
|||
---
|
||||
apiVersion: source.toolkit.fluxcd.io/v1beta2
|
||||
kind: HelmRepository
|
||||
# kind: HelmRepository
|
||||
kind: GitRepository
|
||||
metadata:
|
||||
name: authentik
|
||||
spec:
|
||||
url: https://charts.goauthentik.io
|
||||
# url: https://charts.goauthentik.io
|
||||
url: https://github.com/wrenix/goauthentik-helm.git
|
||||
ref:
|
||||
branch: "feat/serviceAccount"
|
||||
interval: 10m
|
||||
|
|
Loading…
Add table
Reference in a new issue