Skip to content

Commit

Permalink
Fix configMap replace failure
Browse files Browse the repository at this point in the history
  • Loading branch information
FLYBYME committed Feb 7, 2024
1 parent 55637f6 commit 1f728a6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions services/volumes.service.js
Original file line number Diff line number Diff line change
Expand Up @@ -515,6 +515,9 @@ module.exports = {
cluster: namespace.cluster,
name: volume.name,
body: configMap
}).catch((err) => {
console.log(configMapData)
this.logger.error(`configMap ${volume.name} replace failed`);
});
});

Expand Down

0 comments on commit 1f728a6

Please sign in to comment.