Skip to content

Commit 696fa9f

Browse files
authored
Merge pull request crossplane#6995 from cahillsf/cahillsf/small-fix
fix broken link
2 parents cb388c4 + e6292f3 commit 696fa9f

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

cluster/charts/crossplane/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ and their default values.
8888
| `image.repository` | Repository for the Crossplane pod image. | `"xpkg.crossplane.io/crossplane/crossplane"` |
8989
| `image.tag` | The Crossplane image tag. Defaults to the value of `appVersion` in `Chart.yaml`. | `""` |
9090
| `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` |
9292
| `metrics.enabled` | Enable Prometheus path, port and scrape annotations and expose port 8080 for both the Crossplane and RBAC Manager pods. | `false` |
9393
| `metrics.port` | The port the metrics server listens on. | `""` |
9494
| `nodeSelector` | Add `nodeSelectors` to the Crossplane pod deployment. | `{}` |
@@ -104,7 +104,7 @@ and their default values.
104104
| `rbacManager.affinity` | Add `affinities` to the RBAC Manager pod deployment. | `{}` |
105105
| `rbacManager.args` | Add custom arguments to the RBAC Manager pod. | `[]` |
106106
| `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` |
108108
| `rbacManager.nodeSelector` | Add `nodeSelectors` to the RBAC Manager pod deployment. | `{}` |
109109
| `rbacManager.replicas` | The number of RBAC Manager pod `replicas` to deploy. | `1` |
110110
| `rbacManager.revisionHistoryLimit` | The number of RBAC Manager ReplicaSets to retain. | `nil` |

cluster/charts/crossplane/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ serviceAccount:
4949
# -- Add custom `annotations` to the Crossplane ServiceAccount.
5050
customAnnotations: {}
5151

52-
# -- Enable [leader election](https://docs.crossplane.io/latest/concepts/pods/#leader-election) for the Crossplane pod.
52+
# -- Enable [leader election](https://docs.crossplane.io/latest/guides/pods/#leader-election) for the Crossplane pod.
5353
leaderElection: true
5454
# -- Add custom arguments to the Crossplane pod.
5555
args: []
@@ -100,7 +100,7 @@ rbacManager:
100100
replicas: 1
101101
# -- The number of RBAC Manager ReplicaSets to retain.
102102
revisionHistoryLimit: null
103-
# -- Enable [leader election](https://docs.crossplane.io/latest/concepts/pods/#leader-election) for the RBAC Manager pod.
103+
# -- Enable [leader election](https://docs.crossplane.io/latest/guides/pods/#leader-election) for the RBAC Manager pod.
104104
leaderElection: true
105105
# -- Add custom arguments to the RBAC Manager pod.
106106
args: []

0 commit comments

Comments
 (0)