From 1b905b4ee0a43de67f41306b0cbdd3cc48cf0623 Mon Sep 17 00:00:00 2001 From: Arnar Gauti Ingason Date: Sat, 27 Jul 2024 15:37:15 +0200 Subject: [PATCH] Fix syntax error in option description --- modules/applications/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/applications/default.nix b/modules/applications/default.nix index 6fb1d55..cb6ce86 100644 --- a/modules/applications/default.nix +++ b/modules/applications/default.nix @@ -200,7 +200,7 @@ in { In some cases `kubectl apply` is not suitable. For example, resource spec might be too big and won't fit into `kubectl.kubernetes.io/last-applied-configuration` annotation that is added by kubectl apply. - If the `replace = true;`` sync option is set the Argo CD will use `kubectl replace` or `kubectl create` command + If the `replace = true;` sync option is set the Argo CD will use `kubectl replace` or `kubectl create` command to apply changes. ''; };