Skip to content
This repository has been archived by the owner on Nov 1, 2022. It is now read-only.

Fix comment regarding repositories.yaml setup #433

Merged
merged 2 commits into from
May 28, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions deploy/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,8 @@ spec:
#
# - name: repositories-yaml
# mountPath: /root/.helm/repository/repositories.yaml
# subPath: repositories.yaml
# readOnly: true
#
# Include these if you want to establish validated TLS connections
# against Tiller; you will also need the `tiller-tls-cert` and
Expand Down
4 changes: 2 additions & 2 deletions pkg/install/generated_templates.gogen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions pkg/install/templates/deployment.yaml.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,8 @@ spec:
#
# - name: repositories-yaml
# mountPath: /root/.helm/repository/repositories.yaml
# subPath: repositories.yaml
# readOnly: true
#
# Include these if you want to establish validated TLS connections
# against Tiller; you will also need the `tiller-tls-cert` and
Expand Down