Merge pull request #488 from johanneswuerbach/fix-window

prometheus-adapter: Fix rules window
This commit is contained in:
Frederic Branczyk 2020-04-08 08:55:19 +02:00 committed by GitHub
commit d1c90625b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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'
},
window: 5,
window: '5m',
},
}
},

View File

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