We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2d4f6c commit 70fd12eCopy full SHA for 70fd12e
Private/Save-HelmBackup.ps1
@@ -69,7 +69,7 @@ function Save-HelmBackup {
69
[string]$NamespaceOption
70
)
71
72
- $helmUsedValuesCmd = "get values $ReleaseName $NamespaceOption --all -o yaml"
+ $helmUsedValuesCmd = "get values $ReleaseName $NamespaceOption -o yaml"
73
Write-Verbose "Running command: helm $helmUsedValuesCmd"
74
$usedValuesOutput = Invoke-HelmCommand $helmUsedValuesCmd
75
0 commit comments