We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
replace
1 parent 99d5ca7 commit f346aa4Copy full SHA for f346aa4
docs/operator-manual/application.yaml
@@ -237,6 +237,7 @@ spec:
237
- RespectIgnoreDifferences=true # When syncing changes, respect fields ignored by the ignoreDifferences configuration
238
- ApplyOutOfSyncOnly=true # Only sync out-of-sync resources, rather than applying every object in the application
239
- 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.
241
managedNamespaceMetadata: # Sets the metadata for the application namespace. Only valid if CreateNamespace=true (see above), otherwise it's a no-op.
242
labels: # The labels to set on the application namespace
243
any: label
0 commit comments