Skip to content

Commit

Permalink
deploy: 1b905b4
Browse files Browse the repository at this point in the history
  • Loading branch information
arnarg committed Jul 27, 2024
1 parent ca624de commit e2d2365
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion options/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1720,7 +1720,7 @@ <h2 id="applicationsnamesyncpolicysyncoptionsreplace">applications.&lt;name&gt;.
<p>By default, Argo CD executes <code>kubectl apply</code> operation to apply the configuration stored in Git.
In some cases <code>kubectl apply</code> is not suitable. For example, resource spec might be too big and won't fit into
<code>kubectl.kubernetes.io/last-applied-configuration</code> annotation that is added by kubectl apply.</p>
<p>If the <code>replace = true;`` sync option is set the Argo CD will use</code>kubectl replace<code>or</code>kubectl create` command
<p>If the <code>replace = true;</code> sync option is set the Argo CD will use <code>kubectl replace</code> or <code>kubectl create</code> command
to apply changes.</p>
<p><strong><em>Type:</em></strong>
boolean</p>
Expand Down
Loading

0 comments on commit e2d2365

Please sign in to comment.