Skip to content

Commit

Permalink
chore: improve log message
Browse files Browse the repository at this point in the history
Co-authored-by: Anna Mager <[email protected]>
  • Loading branch information
vvagaytsev and twelvemo authored Oct 27, 2023
1 parent 1e7485c commit 2cc9129
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/plugins/kubernetes/helm/status.ts
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ export async function getReleaseStatus({
// JSON.parse can return null
if (values !== null) {
log.verbose(
`No helm values returned for release ${releaseName}. It looks like the relevant deployments were removed manually.`
`No helm values returned for release ${releaseName}. Is this release managed outside of garden?`
)
deployedVersion = values[".garden"]?.version
deployedMode = values[".garden"]?.mode
Expand Down

0 comments on commit 2cc9129

Please sign in to comment.