Skip to content

Commit 70fd12e

Browse files
committed
Remove unnecessary '--all' flag from helm values command in Save-HelmBackup function
Signed-off-by: PixelRobots <[email protected]>
1 parent f2d4f6c commit 70fd12e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Private/Save-HelmBackup.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ function Save-HelmBackup {
6969
[string]$NamespaceOption
7070
)
7171

72-
$helmUsedValuesCmd = "get values $ReleaseName $NamespaceOption --all -o yaml"
72+
$helmUsedValuesCmd = "get values $ReleaseName $NamespaceOption -o yaml"
7373
Write-Verbose "Running command: helm $helmUsedValuesCmd"
7474
$usedValuesOutput = Invoke-HelmCommand $helmUsedValuesCmd
7575

0 commit comments

Comments
 (0)