Skip to content

Commit

Permalink
Delete references to config funcs as KPT functions
Browse files Browse the repository at this point in the history
  • Loading branch information
etefera committed Sep 24, 2020
1 parent 28c1710 commit bc7e90e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions site/content/en/guides/consumer/function/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ KRM Config Functions are client-side programs that make it easy to operate on a
package of Kubernetes configuration files. Anyone who wants to automate management
of a configuration can write a function to accomplish the task.

In GitOps workflows, KPT functions read and write configuration files from a
Git repo. Changes to the system authored by humans and mutating KPT functions
In GitOps workflows, configuration functions read and write configuration files from
a Git repo. Changes to the system authored by humans and mutating functions
are reviewed before being committed to the repo. They can be run locally or as
part of a CI/CD pipeline, or as pre-commit or post-commit steps to validate
configurations before they are applied to a cluster.
Expand Down

0 comments on commit bc7e90e

Please sign in to comment.