Skip to content

Commit b42f0e6

Browse files
authored
Update helm_values_manager/cli.py
Signed-off-by: Ritwik G <100672805+ritwik-g@users.noreply.github.com>
1 parent 2c434ec commit b42f0e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

helm_values_manager/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ def init(
4949
def add_value_config(
5050
path: str = typer.Option(..., "--path", "-p", help="Configuration path (e.g., 'app.replicas')"),
5151
description: str = typer.Option(
52-
"Description of the configuration", "--description", "-d", help="Description of what this configuration does"
52+
"", "--description", "-d", help="Description of what this configuration does"
5353
),
5454
required: bool = typer.Option(False, "--required", "-r", help="Whether this configuration is required"),
5555
sensitive: bool = typer.Option(

0 commit comments

Comments
 (0)