diff --git a/config.js b/config.js index 035e5e4..d8d598f 100644 --- a/config.js +++ b/config.js @@ -11,7 +11,6 @@ module.exports = { optimizeForDisabled: true, persistRepoData: true, repositories: ["akshun/public-k3s"], - logLevel: 'debug', hostRules: [ { hostType: 'docker', @@ -19,11 +18,5 @@ module.exports = { username: 'akshunaggarwal', password: process.env.DOCKER_HUB_PASSWORD, }, - { - hostType: 'docker', - matchHost: 'index.docker.io', - username: 'akshunaggarwal', - password: process.env.DOCKER_HUB_PASSWORD, - } ], -} \ No newline at end of file +}