Fix rules window

This commit is contained in:
Johannes Würbach
2020-04-07 22:01:26 +02:00
parent 115721bbba
commit 2ab69fdac0
2 changed files with 2 additions and 2 deletions

View File

@@ -54,7 +54,7 @@ local k = import 'ksonnet/ksonnet.beta.4/k.libsonnet';
}, },
containerLabel: 'container' containerLabel: 'container'
}, },
window: 5, window: '5m',
}, },
} }
}, },

View File

@@ -26,7 +26,7 @@ data:
"resource": "namespace" "resource": "namespace"
"pod": "pod":
"resource": "pod" "resource": "pod"
"window": 5 "window": "5m"
kind: ConfigMap kind: ConfigMap
metadata: metadata:
name: adapter-config name: adapter-config