Skip to content

Commit

Permalink
Merge pull request #253 from camptocamp/upgrade-common
Browse files Browse the repository at this point in the history
Fix default value of nameTrunc
  • Loading branch information
sbrunner authored Dec 17, 2024
2 parents 1b2b347 + 8a87d9e commit 98e8878
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion values.md
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@
- <a id="definitions/fullnameOverride"></a>**`fullnameOverride`** _(string)_: [helm-common] Override the fullname (can be in the service or values).
- <a id="definitions/releaseNameOverride"></a>**`releaseNameOverride`** _(string)_: [helm-common] Override the the release name (can be in the service, values or global).
- <a id="definitions/releaseTrunc"></a>**`releaseTrunc`** _(integer)_: [helm-common] The release name trunk length (can be in the service, values or global). Default: `20`.
- <a id="definitions/nameTrunc"></a>**`nameTrunc`** _(integer)_: [helm-common] The chart name trunk length (can be in the service, values or global). Default: `20`.
- <a id="definitions/nameTrunc"></a>**`nameTrunc`** _(integer)_: [helm-common] The chart name trunk length (can be in the service, values or global). Default: `63`.
- <a id="definitions/prefixTrunc"></a>**`prefixTrunc`** _(integer)_: [helm-common] The prefix trunk length (release and chart name) (can be in the service, values or global). Default: `40`.
- <a id="definitions/serviceAccount"></a>**`serviceAccount`** _(object)_: Service account configuration. Cannot contain additional properties.
- **`create`** _(boolean)_: Create a service account.
Expand Down
2 changes: 1 addition & 1 deletion values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"nameTrunc": {
"type": "integer",
"description": "[helm-common] The chart name trunk length (can be in the service, values or global)",
"default": 20
"default": 63
},
"prefixTrunc": {
"type": "integer",
Expand Down

0 comments on commit 98e8878

Please sign in to comment.