diff --git a/apps/okd/deploy.tf b/apps/okd/deploy.tf index 627b52c..db61de9 100644 --- a/apps/okd/deploy.tf +++ b/apps/okd/deploy.tf @@ -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 } diff --git a/apps/okd/index.yaml b/apps/okd/index.yaml index d940197..4ee3765 100644 --- a/apps/okd/index.yaml +++ b/apps/okd/index.yaml @@ -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