From 6d9378fed53a0af07efd5ca20910879f621dfb9a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Huss?= Date: Wed, 10 Jan 2024 11:28:22 +0100 Subject: [PATCH] fix --- apps/okd/deploy.tf | 1 + apps/okd/index.yaml | 60 ++++++++++++++++++++++----------------------- 2 files changed, 31 insertions(+), 30 deletions(-) diff --git a/apps/okd/deploy.tf b/apps/okd/deploy.tf index db61de9..ce84408 100644 --- a/apps/okd/deploy.tf +++ b/apps/okd/deploy.tf @@ -16,6 +16,7 @@ resource "kubectl_manifest" "deploy" { spec: securityContext: fsGroup: 1000 + runAsUser: 1000 runAsGroup: 1000 containers: - name: okd diff --git a/apps/okd/index.yaml b/apps/okd/index.yaml index eea40fb..baee9bd 100644 --- a/apps/okd/index.yaml +++ b/apps/okd/index.yaml @@ -11,11 +11,41 @@ options: examples: - your-company type: string + namespaces: + default: [] + items: + type: string + type: array + app-group: + default: infra + examples: + - infra + type: string issuer: default: letsencrypt-prod examples: - letsencrypt-prod type: string + cluster-admin: + default: false + examples: + - false + type: boolean + domain-name: + default: your_company.com + examples: + - your_company.com + type: string + managed: + default: false + examples: + - false + type: boolean + ingress-class: + default: traefik + examples: + - traefik + type: string images: default: okd: @@ -59,41 +89,11 @@ options: type: string type: object type: object - namespaces: - default: [] - items: - type: string - type: array sub-domain: default: okd examples: - okd type: string - domain-name: - default: your_company.com - examples: - - your_company.com - type: string - ingress-class: - default: traefik - examples: - - traefik - type: string - managed: - default: false - examples: - - false - type: boolean - cluster-admin: - default: false - examples: - - false - type: boolean - app-group: - default: infra - examples: - - infra - type: string dependencies: - dist: null category: share