Skip to content
Snippets Groups Projects
Unverified Commit 73395e6d authored by Frederic Branczyk's avatar Frederic Branczyk Committed by GitHub
Browse files

Merge pull request #257 from paulfantom/fix_window

fix incorrect window in containerQuery
parents 21ace9b5 a9f7b03f
No related branches found
No related tags found
No related merge requests found
...@@ -42,7 +42,7 @@ local k = import 'ksonnet/ksonnet.beta.4/k.libsonnet'; ...@@ -42,7 +42,7 @@ local k = import 'ksonnet/ksonnet.beta.4/k.libsonnet';
pod: pod:
resource: pod resource: pod
containerLabel: container containerLabel: container
window: 1m window: 5m
|||, |||,
}, },
}, },
......
...@@ -26,7 +26,7 @@ data: ...@@ -26,7 +26,7 @@ data:
pod: pod:
resource: pod resource: pod
containerLabel: container containerLabel: container
window: 1m 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