Skip to content

Commit

Permalink
move status attribute out of metadata block support (#1109)
Browse files Browse the repository at this point in the history
  • Loading branch information
BBBmau authored Apr 13, 2023
1 parent 862c8b5 commit e0199ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/r/release.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -249,14 +249,14 @@ exported:

* `manifest` - The rendered manifest of the release as JSON. Enable the `manifest` experiment to use this feature.
* `metadata` - Block status of the deployed release.
* `status` - Status of the release.

The `metadata` block supports:

* `chart` - The name of the chart.
* `name` - Name is the name of the release.
* `namespace` - Namespace is the kubernetes namespace of the release.
* `revision` - Version is an int32 which represents the version of the release.
* `status` - Status of the release.
* `version` - A SemVer 2 conformant version string of the chart.
* `app_version` - The version number of the application being deployed.
* `values` - The compounded values from `values` and `set*` attributes.
Expand Down

0 comments on commit e0199ca

Please sign in to comment.