Skip to content

Commit

Permalink
Minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelawyu committed Nov 21, 2024
1 parent cd4f50f commit 1d10c73
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions docs/howtos/drift-detection.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,16 +49,16 @@ See the steps below for an example; the code assumes that you have a Fleet of tw
version: v1
# Select all namespaces with the label app=work.
labelSelector:
matchLabels:
matchLabels:
app: work
policy:
placementType: PickAll
placementType: PickAll
strategy:
# For simplicity reasons, the CRP is configured to roll out changes to
# all member clusters at once. This is not a setup recommended for production
# use.
type: RollingUpdate
rollingUpdate:
# For simplicity reasons, the CRP is configured to roll out changes to
# all member clusters at once. This is not a setup recommended for production
# use.
type: RollingUpdate
rollingUpdate:
maxUnavailable: 100%
unavailablePeriodSeconds: 1
EOF
Expand Down Expand Up @@ -153,18 +153,18 @@ illustrated by the steps below:
version: v1
# Select all namespaces with the label app=work.
labelSelector:
matchLabels:
matchLabels:
app: work
policy:
placementType: PickAll
placementType: PickAll
strategy:
applyStrategy:
applyStrategy:
whenToApply: IfNotDrifted
# For simplicity reasons, the CRP is configured to roll out changes to
# all member clusters at once. This is not a setup recommended for production
# use.
type: RollingUpdate
rollingUpdate:
# For simplicity reasons, the CRP is configured to roll out changes to
# all member clusters at once. This is not a setup recommended for production
# use.
type: RollingUpdate
rollingUpdate:
maxUnavailable: 100%
unavailablePeriodSeconds: 1
EOF
Expand Down

0 comments on commit 1d10c73

Please sign in to comment.