Skip to content

Commit

Permalink
SMAR-3012 comment changes
Browse files Browse the repository at this point in the history
  • Loading branch information
egid-fertal-inno committed Dec 12, 2024
1 parent b34130f commit 5fe969c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -332,8 +332,8 @@ metadata:
| configurations.apiAuth.oauthTokenUrl | string | `""` | used only for enabling OAuth flows in swagger UI |
| configurations.database.connectionStringKey | string | `"cs"` | key within the existing secret which contains the connection string, see https://learn.microsoft.com/en-us/dotnet/framework/data/adonet/connection-strings |
| configurations.database.existingSecretName | string | `"db-cs"` | connection string needs to be provided as a dependency of the chart |
| configurations.facetemplate.compatibilityVersion | string | `nil` | |
| configurations.facetemplate.extractionAlgorithm | string | `nil` | |
| configurations.faceTemplate.compatibilityVersion | string | `nil` | |
| configurations.faceTemplate.extractionAlgorithm | string | `nil` | |
| configurations.license.mountPath | string | `"/etc/innovatrics"` | |
| configurations.license.secretName | string | `"iface-lic"` | |
| configurations.license.volumeMountName | string | `"license"` | |
Expand Down
5 changes: 3 additions & 2 deletions values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,12 +72,13 @@ configurations:
# displayName: "Employee Number"
# - label: "registrationPlate"
# displayName: "Registration Plate"
# If the faceTemplateCompatibilityVersion value is null, the default value is used.
# Example of possible values: 1.40, 1.39
# If the compatibilityVersion or extractionAlgorithm value is null, the default value is used.
# It is specifically intended for use during the process of migrating templates
# Use this setting with caution, because it can break functionality
faceTemplate:
# Example of possible values: 1.40, 1.39
compatibilityVersion: null
# Example of possible values: balanced, accurate_mask
extractionAlgorithm: null

features:
Expand Down

0 comments on commit 5fe969c

Please sign in to comment.