File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,15 +11,8 @@ A Helm chart for Kubernetes
1111| autoscaling.maxReplicas | int | ` 10 ` | |
1212| autoscaling.minReplicas | int | ` 1 ` | |
1313| autoscaling.targetCPUUtilizationPercentage | int | ` 80 ` | |
14- | deploymentConfig.configvalidators[ 0] .error | string | ` " ` Admin cannot be assigned to collaborators` \n" ` | |
15- | deploymentConfig.configvalidators[ 0] .plugin | string | ` "collaborators" ` | |
16- | deploymentConfig.configvalidators[ 0] .script | string | ` "console.log( ` baseConfig ${JSON.stringify(baseconfig)}` )\nreturn baseconfig.permission != 'admin'\n" ` | |
17- | deploymentConfig.overridevalidators[ 0] .error | string | ` " ` Branch protection required_approving_review_count cannot be overidden to a lower value` \n" ` | |
18- | deploymentConfig.overridevalidators[ 0] .plugin | string | ` "branches" ` | |
19- | deploymentConfig.overridevalidators[ 0] .script | string | ` "console.log( ` baseConfig ${JSON.stringify(baseconfig)}` )\nconsole.log( ` overrideConfig ${JSON.stringify(overrideconfig)}` )\nif (baseconfig.protection.required_pull_request_reviews.required_approving_review_count && overrideconfig.protection.required_pull_request_reviews.required_approving_review_count ) {\n return overrideconfig.protection.required_pull_request_reviews.required_approving_review_count >= baseconfig.protection.required_pull_request_reviews.required_approving_review_count\n}\nreturn true\n" ` | |
20- | deploymentConfig.overridevalidators[ 1] .error | string | ` "Some error\n" ` | |
21- | deploymentConfig.overridevalidators[ 1] .plugin | string | ` "labels" ` | |
22- | deploymentConfig.overridevalidators[ 1] .script | string | ` "return true\n" ` | |
14+ | deploymentConfig.configvalidators | list | [ ] | |
15+ | deploymentConfig.overridevalidators | list | [ ] | |
2316| deploymentConfig.restrictedRepos.exclude[ 0] | string | ` "^admin$" ` | |
2417| deploymentConfig.restrictedRepos.exclude[ 1] | string | ` "^\\.github$" ` | |
2518| deploymentConfig.restrictedRepos.exclude[ 2] | string | ` "^safe-settings$" ` | |
You can’t perform that action at this time.
0 commit comments