fix(chart): remove stale todos

This commit is contained in:
MiniDigger | Martin 2022-11-20 10:58:01 +01:00
parent 256bda559d
commit 1396a1f019
2 changed files with 4 additions and 4 deletions

View File

@ -49,7 +49,7 @@ spec:
backend:
{{- if semverCompare ">=1.19-0" $.Capabilities.KubeVersion.GitVersion }}
service:
name: {{ $fullName }}-frontend # todo is this really right?
name: {{ $fullName }}-frontend
port:
number: {{ $svcPort }}
{{- else }}

View File

@ -162,14 +162,14 @@ backend:
hostname: "hangarauth-postgresql"
port: 5432
username: "hangarauth"
password: "hangarauth" # TODO: secret
password: "hangarauth"
database: "hangarauth"
options: "?currentSchema=hangar"
tokenSecret: "secret" # todo secret
tokenSecret: "secret"
backendOauthUrl: "http://hangarauth-hydra:4444"
backendAuthHost: "http://hangarauth-backend:8080"
storage:
type: "local" # todo storage stuff
type: "local"
accessKey: "todo"
secretKey: "todo"
bucket: "todo"