@daocloud-proto/skoala 0.43.4-2 → 0.43.4-4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -389,6 +389,7 @@ export type Log = {
389
389
  kubernetesDebug?: number
390
390
  contourDebug?: boolean
391
391
  logToInsight?: boolean
392
+ customLog?: {[key: string]: string}
392
393
  }
393
394
 
394
395
  export type RollingUpdate = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@daocloud-proto/skoala",
3
- "version": "0.43.4-2",
3
+ "version": "0.43.4-4",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {