From 533cb8d45c02fdaec2ebff14c79ced5f45930bc6 Mon Sep 17 00:00:00 2001 From: Stuart Douglas Date: Thu, 28 Nov 2024 17:27:41 +1100 Subject: [PATCH] fix: fix charts (#3562) --- charts/ftl/templates/registry.yaml | 1 + charts/ftl/values.yaml | 3 +++ 2 files changed, 4 insertions(+) diff --git a/charts/ftl/templates/registry.yaml b/charts/ftl/templates/registry.yaml index 6df733e0c1..8a43b6d3e4 100644 --- a/charts/ftl/templates/registry.yaml +++ b/charts/ftl/templates/registry.yaml @@ -25,6 +25,7 @@ apiVersion: v1 kind: Service metadata: name: {{ include "ftl.fullname" . }}-registry + {{- if .Values.registry.service.annotations }} annotations: {{- toYaml .Values.registry.service.annotations | nindent 4 }} diff --git a/charts/ftl/values.yaml b/charts/ftl/values.yaml index f802b32f50..16b997048c 100644 --- a/charts/ftl/values.yaml +++ b/charts/ftl/values.yaml @@ -240,6 +240,9 @@ registry: repository: "" allowInsecure: false create: false + service: + annotations: null + ingress: