Skip to content

Commit

Permalink
Update functions_and_pipelines.md (#1522)
Browse files Browse the repository at this point in the history
Change lookup's description to reflect change on helm/helm#9426

Signed-off-by: Kerry Gougeon <[email protected]>
  • Loading branch information
Kerry-G authored Dec 14, 2023
1 parent 4e44191 commit 25960c7
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -242,9 +242,10 @@ to query Kubernetes. If any error is returned when interacting with calling the
API server (for example due to lack of permission to access a resource), helm's
template processing will fail.

Keep in mind that Helm is not supposed to contact the Kubernetes API Server
during a `helm template` or a `helm install|upgrade|delete|rollback --dry-run`,
so the `lookup` function will return an empty list (i.e. dict) in such a case.
Keep in mind that Helm is not supposed to contact the Kubernetes API Server during
a `helm template|install|upgrade|delete|rollback --dry-run` operation. To test `lookup`
against a running cluster, `helm template|install|upgrade|delete|rollback --dry-run=server`
should be used instead to allow cluster connection.

## Operators are functions

Expand Down

0 comments on commit 25960c7

Please sign in to comment.