Try to force a helm chart because argo things its git
This commit is contained in:
parent
7906eb3817
commit
569e300b61
1 changed files with 2 additions and 1 deletions
|
@ -10,6 +10,7 @@ spec:
|
||||||
repoURL: "https://charts.goauthentik.io/"
|
repoURL: "https://charts.goauthentik.io/"
|
||||||
chart: "authentik"
|
chart: "authentik"
|
||||||
targetRevision: "2025.6.4"
|
targetRevision: "2025.6.4"
|
||||||
|
type: "helm"
|
||||||
helm:
|
helm:
|
||||||
releaseName: "authentik"
|
releaseName: "authentik"
|
||||||
values: |
|
values: |
|
||||||
|
@ -23,7 +24,6 @@ spec:
|
||||||
- secretName: wildcard-hxme-net
|
- secretName: wildcard-hxme-net
|
||||||
hosts:
|
hosts:
|
||||||
- auth.hxme.net
|
- auth.hxme.net
|
||||||
valueFiles: []
|
|
||||||
valuesFrom:
|
valuesFrom:
|
||||||
- kind: Secret
|
- kind: Secret
|
||||||
name: authentik-values
|
name: authentik-values
|
||||||
|
@ -36,3 +36,4 @@ spec:
|
||||||
selfHeal: true
|
selfHeal: true
|
||||||
syncOptions:
|
syncOptions:
|
||||||
- CreateNamespace=true
|
- CreateNamespace=true
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue