From 510a257721a109e1997aeab9f899e067f98b6cbd Mon Sep 17 00:00:00 2001 From: ada mancini Date: Fri, 2 Aug 2024 13:47:29 -0400 Subject: [PATCH] fix syntax don't use `:` in bare strings in YAML --- in-cluster/default.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/in-cluster/default.yaml b/in-cluster/default.yaml index eaa4689..73314d0 100644 --- a/in-cluster/default.yaml +++ b/in-cluster/default.yaml @@ -380,7 +380,7 @@ spec: outcomes: - fail: when: "true" - message: etcdserver database has grown too large. See: https://community.replicated.com/t/kubernetes-cluster-is-down-and-reporting-etcdserver-mvcc-database-size-exceeded/1428 + message: etcdserver database has grown too large. See https://community.replicated.com/t/kubernetes-cluster-is-down-and-reporting-etcdserver-mvcc-database-size-exceeded/1428 - pass: when: "false" message: etcdserver database is not too large