Skip to content

Commit

Permalink
Update language
Browse files Browse the repository at this point in the history
Signed-off-by: Ivan P <[email protected]>
  • Loading branch information
i5okie committed Oct 9, 2024
1 parent e50880a commit 70ea1cd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions charts/traction/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,11 @@ kubectl delete secret,pvc --selector "app.kubernetes.io/instance"=my-release
## Parameters

| Name | Description | Value |
| ------------------ | -------------------------------------------------------------------------------------------------------------- | ------------------ |
| `nameOverride` | String to override the helm chart name, second part of the prefix | '""' |
| `fullnameOverride` | String to fully override the helm chart name, full prefix. ***Must be set when using a custom release name.*** | '""' |
| `ingressSuffix` | Domain suffix to be used for default hostpaths in ingress | `-dev.example.com` |
| Name | Description | Value |
| ------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------ |
| `nameOverride` | String to override the helm chart name, second part of the prefix | '""' |
| `fullnameOverride` | String to fully override the helm chart name, full prefix. ***Must be set when using a custom release name that does not include the word traction.*** | '""' |
| `ingressSuffix` | Domain suffix to be used for default hostpaths in ingress | `-dev.example.com` |

### Acapy Configuration

Expand Down
2 changes: 1 addition & 1 deletion charts/traction/values.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## @param nameOverride String to override the helm chart name, second part of the prefix
nameOverride: ""
## @param fullnameOverride String to fully override the helm chart name, full prefix. *Must be provided if using a custom release name.*
## @param fullnameOverride String to fully override the helm chart name, full prefix. *Must be provided if using a custom release name that does not include the word traction.*
fullnameOverride: ""
## @param ingressSuffix Domain suffix to be used for default hostpaths in ingress
ingressSuffix: -dev.example.com
Expand Down

0 comments on commit 70ea1cd

Please sign in to comment.