This commit is contained in:
2024-01-21 10:10:23 +01:00
parent bcba0de724
commit 2dcfe651af
4 changed files with 217 additions and 217 deletions

View File

@@ -6,41 +6,6 @@ metadata:
name: okd
description: null
options:
domain-name:
default: your_company.com
examples:
- your_company.com
type: string
cluster-admin:
default: false
examples:
- false
type: boolean
domain:
default: your-company
examples:
- your-company
type: string
namespaces:
default: []
items:
type: string
type: array
issuer:
default: letsencrypt-prod
examples:
- letsencrypt-prod
type: string
ingress-class:
default: traefik
examples:
- traefik
type: string
app-group:
default: infra
examples:
- infra
type: string
images:
default:
okd:
@@ -80,16 +45,51 @@ options:
type: string
type: object
type: object
namespaces:
default: []
items:
type: string
type: array
sub-domain:
default: okd
examples:
- okd
type: string
domain:
default: your-company
examples:
- your-company
type: string
managed:
default: false
examples:
- false
type: boolean
app-group:
default: infra
examples:
- infra
type: string
ingress-class:
default: traefik
examples:
- traefik
type: string
cluster-admin:
default: false
examples:
- false
type: boolean
domain-name:
default: your_company.com
examples:
- your_company.com
type: string
issuer:
default: letsencrypt-prod
examples:
- letsencrypt-prod
type: string
dependencies:
- dist: null
category: share

View File

@@ -2,7 +2,7 @@ locals {
dns-name = "${var.sub-domain}.${var.domain-name}"
dns-names = [local.dns-name]
app-name = var.component == var.instance ? var.instance : format("%s-%s", var.component, var.instance)
icon = "static/assets/okd-logo.svg"
icon = "static/assets/public/imgs/okd-favicon.png"
request_headers = {
"Content-Type" = "application/json"
Authorization = "Bearer ${data.kubernetes_secret_v1.authentik.data["AUTHENTIK_BOOTSTRAP_TOKEN"]}"