This commit is contained in:
2024-01-25 17:43:46 +01:00
parent e066715b9b
commit 0727fca591
124 changed files with 1848 additions and 1796 deletions

View File

@@ -1,4 +1,6 @@
locals {
authentik_url = "http://authentik.${var.domain}-auth.svc"
authentik_token = data.kubernetes_secret_v1.authentik.data["AUTHENTIK_BOOTSTRAP_TOKEN"]
common-labels = {
"vynil.solidite.fr/owner-name" = var.instance
"vynil.solidite.fr/owner-namespace" = var.namespace

View File

@@ -6,30 +6,30 @@ metadata:
name: k8s-api
description: Access to the kubernetes api
options:
domain-name:
default: your_company.com
ingress-class:
default: traefik
examples:
- your_company.com
- traefik
type: string
domain:
default: your-company
examples:
- your-company
type: string
sub-domain:
default: api
examples:
- api
type: string
issuer:
default: letsencrypt-prod
examples:
- letsencrypt-prod
type: string
ingress-class:
default: traefik
domain-name:
default: your_company.com
examples:
- traefik
- your_company.com
type: string
sub-domain:
default: api
examples:
- api
type: string
dependencies:
- dist: null