chore(goff): update retrievers
This commit is contained in:
parent
a8095865e6
commit
9ea37a4e4c
2 changed files with 3 additions and 5 deletions
|
|
@ -7,6 +7,6 @@ configMapGenerator:
|
||||||
files:
|
files:
|
||||||
- config.yaml=relay-config.yaml
|
- config.yaml=relay-config.yaml
|
||||||
- default-flags.yaml
|
- default-flags.yaml
|
||||||
|
- override-flags.yaml
|
||||||
- name: cmflags
|
- name: cmflags
|
||||||
files:
|
files:
|
||||||
- override-flags.yaml
|
|
||||||
|
|
|
||||||
|
|
@ -1,10 +1,8 @@
|
||||||
retrievers:
|
retrievers:
|
||||||
- kind: file
|
- kind: file
|
||||||
path: /goff/default-flags.yaml
|
path: /goff/default-flags.yaml
|
||||||
- kind: configmap
|
- kind: file
|
||||||
namespace: work
|
path: /goff/override-flags.yaml
|
||||||
configmap: cmflags
|
|
||||||
key: override-flags.yaml
|
|
||||||
|
|
||||||
pollingInterval: 1000
|
pollingInterval: 1000
|
||||||
enablePollingjitter: true
|
enablePollingjitter: true
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue