mirror of
https://github.com/helm/helm.git
synced 2026-05-28 04:35:48 -04:00
fix: precedence typo
Signed-off-by: guoguangwu <guoguangwu@magic-shield.com>
This commit is contained in:
parent
ad7a8b21ae
commit
bf543d94e9
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ Consists of the following charts:
|
|||
- App Chart (Uses Library Chart as dependecy, 2x: app1/app2)
|
||||
- Umbrella Chart (Has all the app charts as dependencies)
|
||||
|
||||
The precendence is as follows: `library < app < umbrella`
|
||||
The precedence is as follows: `library < app < umbrella`
|
||||
|
||||
Catches two use-cases:
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue