We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20329bf commit a1e12f0Copy full SHA for a1e12f0
src/core/server/config/deprecation/core_deprecations.ts
@@ -140,8 +140,6 @@ export const coreDeprecationProvider: ConfigDeprecationProvider = ({
140
renameFromRoot('cpuacct.cgroup.path.override', 'ops.cGroupOverrides.cpuAcctPath'),
141
unusedFromRoot('elasticsearch.preserveHost'),
142
unusedFromRoot('elasticsearch.startupTimeout'),
143
- rename('cpu.cgroup.path.override', 'ops.cGroupOverrides.cpuPath'),
144
- rename('cpuacct.cgroup.path.override', 'ops.cGroupOverrides.cpuAcctPath'),
145
rename('server.xsrf.whitelist', 'server.xsrf.allowlist'),
146
configPathDeprecation,
147
dataPathDeprecation,
0 commit comments