diff --git a/apps/dbgate/configs.tf b/apps/dbgate/configs.tf index a55a3e9..4fa7c25 100644 --- a/apps/dbgate/configs.tf +++ b/apps/dbgate/configs.tf @@ -62,7 +62,10 @@ resource "kubectl_manifest" "dbgate-init" { labels: ${jsonencode(local.common-labels)} data: start.sh: |- - [ -e /etc/local-ca/ca.crt ] && cat /etc/local-ca/ca.crt >> /etc/ssl/certs/ca-certificates.crt + if [ -e /etc/local-ca/ca.crt ];then + cp /etc/local-ca/ca.crt /usr/local/share/ca-certificates/ + update-ca-certificates + fi exec /bin/su node -c /home/dbgate-docker/entrypoint.sh "$@" EOF } diff --git a/apps/dbgate/index.yaml b/apps/dbgate/index.yaml index 079cf11..9230295 100644 --- a/apps/dbgate/index.yaml +++ b/apps/dbgate/index.yaml @@ -6,11 +6,6 @@ metadata: name: dbgate description: null options: - issuer: - default: letsencrypt-prod - examples: - - letsencrypt-prod - type: string storage: default: accessMode: ReadWriteOnce @@ -43,40 +38,6 @@ options: examples: - your_company.com type: string - maria: - default: [] - examples: - - [] - items: - properties: - dbname: - default: '' - type: string - name: - default: '' - type: string - namespace: - default: '' - type: string - secret: - properties: - key: - default: '' - type: string - name: - default: '' - type: string - type: object - username: - default: '' - type: string - type: object - type: array - domain: - default: your-company - examples: - - your-company - type: string pg: default: [] examples: @@ -112,20 +73,20 @@ options: pullPolicy: IfNotPresent registry: docker.io repository: dbgate/dbgate - tag: 5.2.6-alpine + tag: 5.2.7 examples: - dbgate: pullPolicy: IfNotPresent registry: docker.io repository: dbgate/dbgate - tag: 5.2.6-alpine + tag: 5.2.7 properties: dbgate: default: pullPolicy: IfNotPresent registry: docker.io repository: dbgate/dbgate - tag: 5.2.6-alpine + tag: 5.2.7 properties: pullPolicy: default: IfNotPresent @@ -141,7 +102,7 @@ options: default: dbgate/dbgate type: string tag: - default: 5.2.6-alpine + default: 5.2.7 type: string type: object type: object @@ -150,11 +111,45 @@ options: examples: - traefik type: string - app-group: - default: dev + domain: + default: your-company examples: - - dev + - your-company type: string + issuer: + default: letsencrypt-prod + examples: + - letsencrypt-prod + type: string + maria: + default: [] + examples: + - [] + items: + properties: + dbname: + default: '' + type: string + name: + default: '' + type: string + namespace: + default: '' + type: string + secret: + properties: + key: + default: '' + type: string + name: + default: '' + type: string + type: object + username: + default: '' + type: string + type: object + type: array sub-domain: default: dbgate examples: @@ -189,6 +184,11 @@ options: type: string type: object type: array + app-group: + default: dev + examples: + - dev + type: string dependencies: - dist: null category: share