Compare commits
4 Commits
feat/dm/gi
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 59660756dc | |||
| c7987af996 | |||
| 6ead744a2f | |||
| 1613970e16 |
@ -6,18 +6,19 @@ metadata:
|
||||
spec:
|
||||
project: default
|
||||
sources:
|
||||
# FUENTE A: El Chart oficial (repositorio externo)
|
||||
- repoURL: 'https://charts.goauthentik.io' # Ajusta a la URL del chart que usas
|
||||
chart: goauthentik
|
||||
targetRevision: 2026.2.2 # Versión específica del chart
|
||||
helm:
|
||||
valueFiles:
|
||||
- $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)
|
||||
ref: configuracion ## Define la variable $configuracion
|
||||
|
||||
# FUENTE A: El Chart oficial (repositorio externo)
|
||||
- repoURL: 'https://charts.goauthentik.io' # Ajusta a la URL del chart que usas
|
||||
chart: authentik
|
||||
targetRevision: 2026.2.2 # Versión específica del chart
|
||||
helm:
|
||||
valueFiles:
|
||||
- $configuracion/apps/authentik/values-authentik.yaml # Ruta exacta en tu Gitea
|
||||
|
||||
destination:
|
||||
server: 'https://kubernetes.default.svc'
|
||||
|
||||
@ -7,7 +7,7 @@ authentik:
|
||||
host: "postgres-postgresql.postgres.svc.cluster.local"
|
||||
name: "authentik"
|
||||
user: "authentik"
|
||||
password: "autentik"
|
||||
password: "authentik"
|
||||
port: 5432
|
||||
|
||||
server:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user