Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
wr0ngway committed May 18, 2022
1 parent 241ece3 commit 0230c51
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .app.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
org: cloudtruth
name: kubetruth
version: 1.1.1
version: 1.2.0
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ Parameterize the helm install with `--set *` or `--values yourConfig.yaml` to co
| appSettings.apiKey | The CloudTruth api key. Read only access is sufficient | string | n/a | yes |
| appSettings.pollingInterval | Interval to poll CloudTruth api for changes | integer | 300 | no |
| appSettings.debug | Debug logging and behavior | flag | false | no |
| secret.create | Create the kubernetes Secret containing the supplied api-key | boolean | true | no |
| secret.name | The name of the kubernetes Secret to create | string | `<helm fullname>` | no |
| projectMappings.root.environment | The CloudTruth environment to lookup parameter values for. | string | `default` | yes |
| projectMappings.root.project_selector | A regexp to limit the projects acted against (client-side). Supplies any named matches for template evaluation | string | "" | no |
| projectMappings.root.key_selector | A regexp to limit the keys acted against (client-side). Supplies any named matches for template evaluation | string | "" | no |
Expand Down
2 changes: 1 addition & 1 deletion helm/kubetruth/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ version: 1.2.0
# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
appVersion: 1.1.1
appVersion: 1.2.0

0 comments on commit 0230c51

Please sign in to comment.