Skip to content

Commit

Permalink
docs: kustomize has access to build environment (#11643)
Browse files Browse the repository at this point in the history
Current docs reflect that the build environment is not available to kustomize. Since #8096 it is now exposed for kustomize. This updates the kustomize section of the docs to reflect that.

Signed-off-by: Nicholas Morey <nicholas@morey.tech>

Signed-off-by: Nicholas Morey <nicholas@morey.tech>
  • Loading branch information
morey-tech authored and crenshaw-dev committed Dec 11, 2022
1 parent 10acf7b commit 8b070b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/user-guide/kustomize.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ argocd app set <appName> --kustomize-version v3.5.4

## Build Environment

Kustomize does not support parameters and therefore cannot support the standard [build environment](build-environment.md).
Kustomize apps have access to the [standard build environment](build-environment.md) which can be used in combination with a [config managment plugin](config-management-plugins.md) to alter the rendered manifests.

## Kustomizing Helm charts

Expand Down

0 comments on commit 8b070b5

Please sign in to comment.