Built-in objects
Built-in objects are essential building blocks that you can use to write your own Helm charts. As mentioned previously, they provide access to chart values by using the .Values
object, but there are many more objects to explore that provide access to additional information and features.
The following table lists these built-in objects:
Object |
Definition |
|
Used to access values in the |
|
Used to access metadata about the Helm release, such as its name, namespace, and revision number |
|
Used to access metadata about the Helm chart, such as its name and version |
|
Used to access metadata... |