chore(backend): Fix the configmap generation for databases. (#39)

It shouldn't require dialect and driver_class and instead default to using them but allow customization.
This commit is contained in:
Skyler Mäntysaari 2023-07-21 05:19:44 +03:00 committed by GitHub
parent 6355d40bbd
commit 42e5d8f110
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 23 additions and 21 deletions

View file

@ -1,4 +1,3 @@
---
{{- if .Values.frontend.enabled -}}
apiVersion: apps/v1
kind: Deployment

View file

@ -1,4 +1,3 @@
---
{{- if .Values.ingress.main.enabled }}
{{- $fullName := include "common.names.fullname" . -}}
{{- $ingressName := $fullName -}}
@ -17,7 +16,6 @@
{{- $primaryService := .Values.frontend.service.main -}}
{{- $defaultServiceName := "piped-frontend" -}}
{{- $defaultServicePort := get $primaryService.ports (include "bjw-s.common.lib.service.primaryPort" (dict "values" $primaryService)) -}}
---
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata: