Helm Dependencies: Difference between revisions
Jump to navigation
Jump to search
Line 13: | Line 13: | ||
{{Internal|Helm Dependencies TODEPLETE|Helm Dependencies TODEPLETE}} | {{Internal|Helm Dependencies TODEPLETE|Helm Dependencies TODEPLETE}} | ||
=How Helm Dependencies Work= | =How Helm Dependencies Work= | ||
=Dependency Declaration= | |||
Example: | |||
<syntaxhighlight lang='yaml'> | |||
dependencies: | |||
- name: c | |||
version: 1.0.0 | |||
repository: # Repository URL | |||
</syntaxhighlight> | |||
=Dependencies and Values= | =Dependencies and Values= | ||
=Dependency Operations= | =Dependency Operations= |
Revision as of 17:03, 15 December 2019
External
Internal
Overview
Revised for Helm 3
To Deplete
How Helm Dependencies Work
Dependency Declaration
Example:
dependencies:
- name: c
version: 1.0.0
repository: # Repository URL