fix: disable Loki caches and canary, use chart v6.10.0
This commit is contained in:
@@ -67,8 +67,7 @@
|
||||
--values /tmp/loki-values.yaml
|
||||
register: loki_template
|
||||
changed_when: false
|
||||
failed_when:
|
||||
- loki_template.rc != 0 or 'kind: StatefulSet' not in loki_template.stdout
|
||||
failed_when: loki_template.rc != 0 or 'kind: StatefulSet' not in loki_template.stdout
|
||||
when: loki_enabled
|
||||
|
||||
- name: Remove legacy Loki resources
|
||||
|
||||
Reference in New Issue
Block a user