Skip to content

Commit

Permalink
readme edit
Browse files Browse the repository at this point in the history
  • Loading branch information
andriktr committed Nov 23, 2021
1 parent 8b93188 commit d64df35
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/aks-kyverno-policies/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ type: application

# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
version: 0.5.5
version: 0.5.6

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application.
Expand Down
2 changes: 1 addition & 1 deletion charts/aks-kyverno-policies/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ policies.requireLabels.kinds | List of resource kinds for which this policy will
policies.requireLabels.validationFailureAction | Policy action acceptable values `audit` or `enforce` | audit
policies.requireLabels.background | Controls if rules are applied to existing resources | true
policies.requireLabels.excludedNamespaces | List of namespaces to which this policy will be not applied | []
policies.requireLabels.labels | List of labels which will be added to the policy rule and be required by it | ["it-system-code", "responsible", "application", "environment"]
policies.requireLabels.labels | List of labels which will be added to the policy rule and be required by it | []
policies.requireReadOnlyRootFileSystem.enabled | If true policy will be enabled | true
policies.requireReadOnlyRootFileSystem.excludeSystemNamespaces | If true policy will not be applied to the system namespaces | true
policies.requireReadOnlyRootFileSystem.excludedNamespaces | List of namespaces to which this policy will be not applied | []
Expand Down

0 comments on commit d64df35

Please sign in to comment.