Skip to content

Commit 5a4e308

Browse files
authored
Merge pull request #123819 from jwtty/patch-1
fix minor typo in concepts-resource-propagation.md
2 parents e578f79 + d158622 commit 5a4e308

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/kubernetes-fleet/concepts-resource-propagation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ Multiple placement types are available for controlling the number of clusters to
7979

8080
You can use a `PickAll` placement policy to deploy a workload across all member clusters in the fleet (optionally matching a set of criteria).
8181

82-
The following example shows how to deploy a `test-deployment` namespace and all of its objects across all clusters labeled with `environment: production`:
82+
The following example shows how to deploy a `prod-deployment` namespace and all of its objects across all clusters labeled with `environment: production`:
8383

8484
```yaml
8585
apiVersion: placement.kubernetes-fleet.io/v1beta1
@@ -103,7 +103,7 @@ spec:
103103
version: v1
104104
```
105105
106-
This simple policy takes the `test-deployment` namespace and all resources contained within it and deploys it to all member clusters in the fleet with the given `environment` label. If all clusters are desired, you can remove the `affinity` term entirely.
106+
This simple policy takes the `prod-deployment` namespace and all resources contained within it and deploys it to all member clusters in the fleet with the given `environment` label. If all clusters are desired, you can remove the `affinity` term entirely.
107107

108108
### `PickFixed` placement policy
109109

0 commit comments

Comments
 (0)