Skip to content

Commit

Permalink
Add missing resources value
Browse files Browse the repository at this point in the history
  • Loading branch information
codysoyland committed Apr 5, 2023
1 parent 047227e commit 49a8d5c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions charts/trillian/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ helm uninstall [RELEASE_NAME]
| createdb.image.repository | string | `"sigstore/scaffolding/createdb"` | |
| createdb.image.version | string | `"sha256:9aa98492115c465b0cecfd6dbb04411a40c0d2d7e5d7c510f5646bd1d825e3c7"` | v0.6.2 |
| createdb.name | string | `"createdb"` | |
| createdb.resources | object | `{}` | |
| createdb.serviceAccount.annotations | object | `{}` | |
| createdb.serviceAccount.create | bool | `false` | |
| createdb.serviceAccount.name | string | `""` | |
Expand Down
1 change: 1 addition & 0 deletions charts/trillian/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -200,5 +200,6 @@ createdb:
create: false
name: ""
annotations: {}
resources: {}
# Force namespace of namespaced resources
forceNamespace: ""

0 comments on commit 49a8d5c

Please sign in to comment.