Skip to content

Commit 6332ae3

Browse files
authored
Add certManager option to tilt.yaml helm chart (#2233)
The tls flags are required if metrics-bind-address is set. Adding the certManager option to the tilt.yaml chart makes Tilt work again. Also fixed a couple spelling errors.
1 parent 47f8d31 commit 6332ae3

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

helm/tilt.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,12 @@
22
# This is a YAML-formatted file.
33
# Declare variables to be passed into your templates.
44

5-
# Tilt is an exeption to the multi-values case,
6-
# as the Tilt runner only accepts a single values fle
5+
# Tilt is an exception to the multi-values case,
6+
# as the Tilt runner only accepts a single values file
77

88
options:
9+
certManager:
10+
enabled: true
911
tilt:
1012
enabled: true
1113
featureSet: experimental

0 commit comments

Comments
 (0)