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,36 +6,21 @@ metadata:
name: okd
description: null
options:
app-group:
default: infra
domain-name:
default: your_company.com
examples:
- infra
- your_company.com
type: string
issuer:
default: letsencrypt-prod
sub-domain:
default: okd
examples:
- letsencrypt-prod
- okd
type: string
ingress-class:
default: traefik
domain:
default: your-company
examples:
- traefik
- your-company
type: string
cluster-admin:
default: false
examples:
- false
type: boolean
managed:
default: false
examples:
- false
type: boolean
namespaces:
default: []
items:
type: string
type: array
images:
default:
okd:
@@ -75,21 +60,36 @@ options:
type: string
type: object
type: object
domain-name:
default: your_company.com
issuer:
default: letsencrypt-prod
examples:
- your_company.com
- letsencrypt-prod
type: string
domain:
default: your-company
app-group:
default: infra
examples:
- your-company
- infra
type: string
sub-domain:
default: okd
managed:
default: false
examples:
- okd
- false
type: boolean
ingress-class:
default: traefik
examples:
- traefik
type: string
cluster-admin:
default: false
examples:
- false
type: boolean
namespaces:
default: []
items:
type: string
type: array
dependencies:
- dist: null
category: share