we can still use expansion in current build

This commit is contained in:
Kjeld Schouten 2024-02-28 00:24:49 +01:00
parent 585dfb8c2c
commit 9593adfa91
3 changed files with 2 additions and 4 deletions

View File

@ -42,4 +42,4 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/enterprise/kubeapps
- https://ghcr.io/xstar97/my-proxy-service
type: application
version: 2.1.6
version: 2.1.7

View File

@ -1,7 +1,7 @@
{{/* Make sure all variables are set properly */}}
{{- include "tc.v1.common.loader.init" . }}
{{- $overrideService := dict "name" "tckubeapps" "port" 8080 "expandObjectName" false -}}
{{- $overrideService := dict "name" "tckubeapps" "port" 8080 -}}
{{- $hosts := list -}}
{{- range $.Values.ingress.main.hosts -}}
{{- $paths := list -}}

View File

@ -58,8 +58,6 @@ service:
targetPort: 3000
tckubeapps:
enabled: true
expandObjectName: false
## TODO: Move to main service
primary: true
labels:
truecharts.org/flagged: "true"