Skip to content

Commit

Permalink
add empty values.yaml
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Trost <galexrt@googlemail.com>
  • Loading branch information
galexrt committed Mar 16, 2021
1 parent 95e14c1 commit 3eb64e4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/app/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ ingress:
paths: []
tls:
# the secret used here is an unsigned wildcard cert for demo purposes
# use your own or comment this out
# use your own, cert-manager or comment this out
- secretName: app-tls-cert
hosts:
- app.example.com
Expand Down
3 changes: 3 additions & 0 deletions values.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# You would put your different options for the app here,
# though there are several ways to go about managing
# `values.yaml` files for Helm.

0 comments on commit 3eb64e4

Please sign in to comment.