Skip to content

Commit

Permalink
readme edit
Browse files Browse the repository at this point in the history
  • Loading branch information
andriktr committed Nov 16, 2021
1 parent 128067b commit e98cd2e
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.0
version: 0.5.1

# 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 @@ -79,7 +79,7 @@ policies.restrictImageRegistries.excludeSystemNamespaces | If true policy will n
policies.restrictImageRegistries.excludedNamespaces | List of namespaces to which this policy will be not applied | []
policies.restrictImageRegistries.validationFailureAction | Policy action acceptable values `audit` or `enforce` | audit
policies.restrictImageRegistries.background | Controls if rules are applied to existing resources | true
policies.restrictImageRegistries.allowedRegistries | Pipe separated list of image registries which will be allowed by policy | ifbalacrdev.azurecr.io/* \| ifbalacrprod.azurecr.io/*
policies.restrictImageRegistries.allowedRegistries | Pipe separated list of image registries which will be allowed by policy | dev.azurecr.io/* \| prod.azurecr.io/*
policies.restrictPrivilegedContainers.enabled | If true policy will be enabled | true
policies.restrictPrivilegedContainers.excludeSystemNamespaces | If true policy will not be applied to the system namespaces | true
policies.restrictPrivilegedContainers.excludedNamespaces | List of namespaces to which this policy will be not applied | []
Expand Down

0 comments on commit e98cd2e

Please sign in to comment.