Skip to content

Commit

Permalink
Update functions_and_pipelines.md (helm#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 <kerrygougeon@gmail.com>
  • Loading branch information
Kerry-G authored and gjenkins8 committed Jan 19, 2024
1 parent 5752a27 commit 073a9d4
Showing 1 changed file with 4 additions and 3 deletions.
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 073a9d4

Please sign in to comment.