Skip to content

Commit f346aa4

Browse files
ragul-enggenneitex
authored andcommitted
docs: Add replace syncOption in application.yaml (argoproj#23274)
Signed-off-by: Ragul Shanmugarajan <[email protected]> Signed-off-by: enneitex <[email protected]>
1 parent 99d5ca7 commit f346aa4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/operator-manual/application.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,7 @@ spec:
237237
- RespectIgnoreDifferences=true # When syncing changes, respect fields ignored by the ignoreDifferences configuration
238238
- ApplyOutOfSyncOnly=true # Only sync out-of-sync resources, rather than applying every object in the application
239239
- SkipDryRunOnMissingResource=true # Allow skip dry run on missing resource
240+
- Replace=true # Argo CD will use kubectl replace or kubectl create command to apply changes.
240241
managedNamespaceMetadata: # Sets the metadata for the application namespace. Only valid if CreateNamespace=true (see above), otherwise it's a no-op.
241242
labels: # The labels to set on the application namespace
242243
any: label

0 commit comments

Comments
 (0)