Skip to content

Commit

Permalink
Fix syntax error in option description
Browse files Browse the repository at this point in the history
  • Loading branch information
arnarg committed Jul 27, 2024
1 parent 6d13f95 commit 1b905b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/applications/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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.
'';
};
Expand Down

0 comments on commit 1b905b4

Please sign in to comment.