Skip to content

Commit

Permalink
Add document for force-sync-by-replace annotation (#5179)
Browse files Browse the repository at this point in the history
Signed-off-by: Shinnosuke Sawada-Dazai <shin@warashi.dev>
  • Loading branch information
Warashi authored Sep 10, 2024
1 parent b46c133 commit 8e62937
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ Kubernetes resources can be managed by some annotations provided by PipeCD.
| `pipecd.dev/ignore-drift-detection` | any | "true" | Whether the drift detection should ignore this resource. |
| `pipecd.dev/server-side-apply` | any | "true" | Use server side apply instead of client side apply. |
| `pipecd.dev/sync-by-replace` | any | "enabled" | Use `replace` instead of `apply`. |
| `pipecd.dev/force-sync-by-replace` | any | "enabled" | Use `replace --force` instead of `apply`. |

## Terraform application

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ Kubernetes resources can be managed by some annotations provided by PipeCD.
| `pipecd.dev/ignore-drift-detection` | any | "true" | Whether the drift detection should ignore this resource. |
| `pipecd.dev/server-side-apply` | any | "true" | Use server side apply instead of client side apply. |
| `pipecd.dev/sync-by-replace` | any | "enabled" | Use `replace` instead of `apply`. |
| `pipecd.dev/force-sync-by-replace` | any | "enabled" | Use `replace --force` instead of `apply`. |

## Terraform application

Expand Down

0 comments on commit 8e62937

Please sign in to comment.