fix
This commit is contained in:
@@ -53,6 +53,6 @@ resource "kubectl_manifest" "deploy" {
|
||||
timeoutSeconds: 1
|
||||
restartPolicy: Always
|
||||
serviceAccount: "${var.component}-${var.instance}"
|
||||
serviceAccountName: ok"${var.component}-${var.instance}"d
|
||||
serviceAccountName: "${var.component}-${var.instance}"
|
||||
EOF
|
||||
}
|
||||
|
||||
@@ -6,41 +6,21 @@ metadata:
|
||||
name: okd
|
||||
description: null
|
||||
options:
|
||||
issuer:
|
||||
default: letsencrypt-prod
|
||||
namespaces:
|
||||
default: []
|
||||
items:
|
||||
type: string
|
||||
type: array
|
||||
domain:
|
||||
default: your-company
|
||||
examples:
|
||||
- letsencrypt-prod
|
||||
- your-company
|
||||
type: string
|
||||
sub-domain:
|
||||
default: okd
|
||||
examples:
|
||||
- okd
|
||||
type: string
|
||||
ingress-class:
|
||||
default: traefik
|
||||
examples:
|
||||
- traefik
|
||||
type: string
|
||||
app-group:
|
||||
default: infra
|
||||
examples:
|
||||
- infra
|
||||
type: string
|
||||
namespaces:
|
||||
default: []
|
||||
items:
|
||||
type: string
|
||||
type: array
|
||||
domain-name:
|
||||
default: your_company.com
|
||||
examples:
|
||||
- your_company.com
|
||||
type: string
|
||||
cluster-admin:
|
||||
default: true
|
||||
examples:
|
||||
- true
|
||||
type: boolean
|
||||
images:
|
||||
default:
|
||||
okd:
|
||||
@@ -84,10 +64,30 @@ options:
|
||||
type: string
|
||||
type: object
|
||||
type: object
|
||||
domain:
|
||||
default: your-company
|
||||
domain-name:
|
||||
default: your_company.com
|
||||
examples:
|
||||
- your-company
|
||||
- your_company.com
|
||||
type: string
|
||||
ingress-class:
|
||||
default: traefik
|
||||
examples:
|
||||
- traefik
|
||||
type: string
|
||||
cluster-admin:
|
||||
default: true
|
||||
examples:
|
||||
- true
|
||||
type: boolean
|
||||
issuer:
|
||||
default: letsencrypt-prod
|
||||
examples:
|
||||
- letsencrypt-prod
|
||||
type: string
|
||||
app-group:
|
||||
default: infra
|
||||
examples:
|
||||
- infra
|
||||
type: string
|
||||
dependencies:
|
||||
- dist: null
|
||||
|
||||
Reference in New Issue
Block a user