This commit is contained in:
2023-10-14 20:44:50 +02:00
parent 2ea7352215
commit 920630bab8
2 changed files with 23 additions and 23 deletions

View File

@@ -52,7 +52,7 @@ resource "kubectl_manifest" "deploy" {
successThreshold: 1 successThreshold: 1
timeoutSeconds: 1 timeoutSeconds: 1
restartPolicy: Always restartPolicy: Always
serviceAccount: okd serviceAccount: "${var.component}-${var.instance}"
serviceAccountName: okd serviceAccountName: ok"${var.component}-${var.instance}"d
EOF EOF
} }

View File

@@ -6,21 +6,11 @@ metadata:
name: okd name: okd
description: null description: null
options: options:
domain-name: sub-domain:
default: your_company.com default: okd
examples: examples:
- your_company.com - okd
type: string type: string
issuer:
default: letsencrypt-prod
examples:
- letsencrypt-prod
type: string
namespaces:
default: []
items:
type: string
type: array
images: images:
default: default:
okd: okd:
@@ -64,31 +54,41 @@ options:
type: string type: string
type: object type: object
type: object type: object
ingress-class:
default: traefik
examples:
- traefik
type: string
issuer:
default: letsencrypt-prod
examples:
- letsencrypt-prod
type: string
cluster-admin: cluster-admin:
default: true default: true
examples: examples:
- true - true
type: boolean type: boolean
sub-domain: domain-name:
default: okd default: your_company.com
examples: examples:
- okd - your_company.com
type: string type: string
app-group: app-group:
default: infra default: infra
examples: examples:
- infra - infra
type: string type: string
ingress-class:
default: traefik
examples:
- traefik
type: string
domain: domain:
default: your-company default: your-company
examples: examples:
- your-company - your-company
type: string type: string
namespaces:
default: []
items:
type: string
type: array
dependencies: dependencies:
- dist: null - dist: null
category: share category: share