diff --git a/kubernetes.js b/kubernetes.js index 77813e6..020fb43 100644 --- a/kubernetes.js +++ b/kubernetes.js @@ -321,7 +321,7 @@ const createPersistentVolumeClaim = async (project, options) => { 'ff-project-id': project.id, 'ff-project-name': project.safeName } - console.log(`PVC: ${JSON.stringify(pvc,null,2)}`) + console.log(`PVC: ${JSON.stringify(pvc, null, 2)}`) return pvc }