Skip to content

Commit

Permalink
fix: fix charts (#3562)
Browse files Browse the repository at this point in the history
  • Loading branch information
stuartwdouglas authored Nov 28, 2024
1 parent f90cbf7 commit 533cb8d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions charts/ftl/templates/registry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
3 changes: 3 additions & 0 deletions charts/ftl/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,9 @@ registry:
repository: ""
allowInsecure: false
create: false
service:
annotations: null



ingress:
Expand Down

0 comments on commit 533cb8d

Please sign in to comment.