You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cluster/charts/crossplane/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -88,7 +88,7 @@ and their default values.
88
88
|`image.repository`| Repository for the Crossplane pod image. |`"xpkg.crossplane.io/crossplane/crossplane"`|
89
89
|`image.tag`| The Crossplane image tag. Defaults to the value of `appVersion` in `Chart.yaml`. |`""`|
90
90
|`imagePullSecrets`| The imagePullSecret names to add to the Crossplane ServiceAccount. |`[]`|
91
-
|`leaderElection`| Enable [leader election](https://docs.crossplane.io/latest/concepts/pods/#leader-election) for the Crossplane pod. |`true`|
91
+
|`leaderElection`| Enable [leader election](https://docs.crossplane.io/latest/guides/pods/#leader-election) for the Crossplane pod. |`true`|
92
92
|`metrics.enabled`| Enable Prometheus path, port and scrape annotations and expose port 8080 for both the Crossplane and RBAC Manager pods. |`false`|
93
93
|`metrics.port`| The port the metrics server listens on. |`""`|
94
94
|`nodeSelector`| Add `nodeSelectors` to the Crossplane pod deployment. |`{}`|
@@ -104,7 +104,7 @@ and their default values.
104
104
|`rbacManager.affinity`| Add `affinities` to the RBAC Manager pod deployment. |`{}`|
105
105
|`rbacManager.args`| Add custom arguments to the RBAC Manager pod. |`[]`|
106
106
|`rbacManager.deploy`| Deploy the RBAC Manager pod and its required roles. |`true`|
107
-
|`rbacManager.leaderElection`| Enable [leader election](https://docs.crossplane.io/latest/concepts/pods/#leader-election) for the RBAC Manager pod. |`true`|
107
+
|`rbacManager.leaderElection`| Enable [leader election](https://docs.crossplane.io/latest/guides/pods/#leader-election) for the RBAC Manager pod. |`true`|
108
108
|`rbacManager.nodeSelector`| Add `nodeSelectors` to the RBAC Manager pod deployment. |`{}`|
109
109
|`rbacManager.replicas`| The number of RBAC Manager pod `replicas` to deploy. |`1`|
110
110
|`rbacManager.revisionHistoryLimit`| The number of RBAC Manager ReplicaSets to retain. |`nil`|
0 commit comments