Skip to content

Commit

Permalink
chore: post-merge corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
vvagaytsev committed Sep 19, 2023
1 parent 081c9b4 commit 0287c83
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/src/plugins/kubernetes/kubernetes-type/common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ export function parseMetadataResource(log: Log, resource: KubernetesResource<V1C
// TODO: validate by schema
output.manifestMetadata = JSON.parse(manifestMetadata)
} catch (error) {
log.debug({ msg: `Failed querying for remote resources: ${error.message}`, error })
log.debug({ msg: `Failed querying for remote resources: ${error}` })
}
}

Expand Down
2 changes: 1 addition & 1 deletion core/src/plugins/kubernetes/kubernetes-type/handlers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ export const getKubernetesDeployStatus: DeployActionHandler<"getStatus", Kuberne
provider,
})
} catch (error) {
log.debug({ msg: `Failed querying for remote resources: ${error.message}`, error })
log.debug({ msg: `Failed querying for remote resources: ${error}`})
return composeKubernetesDeployStatus({
action,
deployedMode,
Expand Down

0 comments on commit 0287c83

Please sign in to comment.