Skip to content

Commit

Permalink
Fix tag default value in doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Aakcht authored Jan 22, 2025
1 parent 8692d4d commit 66272c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/public/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ The following table lists the configurable parameters of the Hive-Metastore char
|------------------------------------------|-------------------|-----------|---------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| `image.repository` | string | false | `"ghcr.io/netcracker/qubership-hive-metastore"` | The image repository. |
| `image.pullPolicy` | string | false | `image.pullPolicy` | The image pull policy. |
| `image.tag` | string | false | `"v001"` | This overrides the image tag, which is the hive-metastore version by default. |
| `image.tag` | string | false | `main` | This overrides the image tag, which is the hive-metastore version by default. |
| `securityContext.runAsUser` | string | false | `10002` | All processes' containers that run with the specified user. |
| `securityContext.runAsGroup` | string | false | `` | All processes' containers that run with the specified user group. |
| `service.type` | string | false | `"ClusterIP"` | The type of Kubernetes service. |
Expand Down

0 comments on commit 66272c0

Please sign in to comment.