Actualizar apps/authentik/authentik-app.yaml
This commit is contained in:
parent
1613970e16
commit
6ead744a2f
@ -6,19 +6,20 @@ metadata:
|
|||||||
spec:
|
spec:
|
||||||
project: default
|
project: default
|
||||||
sources:
|
sources:
|
||||||
|
|
||||||
|
# FUENTE B: Tu repositorio de Gitea (tu fuente de la verdad)
|
||||||
|
- repoURL: 'https://gitea.mitac.duckdns.org/deimo72/Authentik.git'
|
||||||
|
targetRevision: main
|
||||||
|
ref: configuracion ## Define la variable $configuracion
|
||||||
|
|
||||||
# FUENTE A: El Chart oficial (repositorio externo)
|
# FUENTE A: El Chart oficial (repositorio externo)
|
||||||
- repoURL: 'https://charts.goauthentik.io' # Ajusta a la URL del chart que usas
|
- repoURL: 'https://charts.goauthentik.io' # Ajusta a la URL del chart que usas
|
||||||
chart: goauthentik
|
chart: authentik
|
||||||
targetRevision: 2026.2.2 # Versión específica del chart
|
targetRevision: 2026.2.2 # Versión específica del chart
|
||||||
helm:
|
helm:
|
||||||
valueFiles:
|
valueFiles:
|
||||||
- $configuracion/apps/authentik/values-authentik.yaml # Ruta exacta en tu Gitea
|
- $configuracion/apps/authentik/values-authentik.yaml # Ruta exacta en tu Gitea
|
||||||
|
|
||||||
# FUENTE B: Tu repositorio de Gitea (tu fuente de la verdad)
|
|
||||||
- repoURL: 'https://gitea.mitac.duckdns.org/deimo72/Authentik.git'
|
|
||||||
targetRevision: main
|
|
||||||
ref: configuracion # Este nombre se usa como prefijo arriba ($configuracion)
|
|
||||||
|
|
||||||
destination:
|
destination:
|
||||||
server: 'https://kubernetes.default.svc'
|
server: 'https://kubernetes.default.svc'
|
||||||
namespace: authentik
|
namespace: authentik
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user