Skip to content
Snippets Groups Projects
Unverified Commit 2ab69fda authored by Johannes Würbach's avatar Johannes Würbach
Browse files

Fix rules window

parent 115721bb
No related branches found
No related tags found
No related merge requests found
...@@ -54,7 +54,7 @@ local k = import 'ksonnet/ksonnet.beta.4/k.libsonnet'; ...@@ -54,7 +54,7 @@ local k = import 'ksonnet/ksonnet.beta.4/k.libsonnet';
}, },
containerLabel: 'container' containerLabel: 'container'
}, },
window: 5, window: '5m',
}, },
} }
}, },
......
...@@ -26,7 +26,7 @@ data: ...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment