mirror of https://github.com/helm/helm
Merge pull request #7830 from jgleonard/render-subchart-notes-on-upgrade-install
Render subchart notes on upgrade installpull/7851/head
commit
06b43f63c3
@ -0,0 +1,7 @@
|
||||
apiVersion: v2
|
||||
description: Chart with subchart notes
|
||||
name: chart-with-subchart-notes
|
||||
version: 0.0.1
|
||||
dependencies:
|
||||
- name: subchart-with-notes
|
||||
version: 0.0.1
|
@ -0,0 +1,4 @@
|
||||
apiVersion: v2
|
||||
description: Subchart with notes
|
||||
name: subchart-with-notes
|
||||
version: 0.0.1
|
@ -0,0 +1 @@
|
||||
SUBCHART NOTES
|
@ -0,0 +1 @@
|
||||
PARENT NOTES
|
Loading…
Reference in new issue