jandres - moscardo
jandres - moscardo
I had a typo, sorry. It is working like: ``` - name: 'tg' telegram_configs: - bot_token: "YYYYYY:ZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZ" chat_id: -XXXXXXXXXX send_resolved: true ```
Still there is a case where we: 1- Drain a node through the web interface 2- Use dataplaneapi to configure some maps and reload and now the initial drain is...
The problem I see is that, due to the order in which the variables are evaluated, if I want to modify this one, it is not enough to have it...
Did you find out how to pass a binary file ? What I did (and cannot make it work) is to manually create a configmap, then get it with `kubectl...
I think the configmap created by the helm chart based and what it is existing in values, is generating a CM type `data` while it should be `binaryData` and that...
I made it work this way: ``` kubectl create configmap -n graylog --from-file=./truststore.jks truststore ``` then the chart: ``` ## Additional volume mounts ## extraVolumeMounts: - name: config-volume mountPath: /etc/graylog/server/...
I have this one: About LOOLWSD 4.0.8 (git hash: 2fc9aba) LOKit Collabora OfficeDev 6.0-31 (git hash: 9e571fc)
``` #### default set is latest version of collabora #set_name='distro/collabora' ## set_core_regex & set_online_regex are regulax expression used to find the branch name for core and online ## example: set_core_regex='cp-6.0$'...
unstable... I will try with Ubuntu 18.04