Skip to content

Commit b1507f7

Browse files
authored
docs: Fix up Cilium config link (again) & icons (#1176)
**What problem does this PR solve?**: I messed up the link in #1173, sorry! At the same time I noticed icons being reused so cleaned those up so things are pretty again! **Which issue(s) this PR fixes**: Fixes # **How Has This Been Tested?**: <!-- Please describe the tests that you ran to verify your changes. Provide output from the tests and any manual steps needed to replicate the tests. --> **Special notes for your reviewer**: <!-- Use this to provide any additional information to the reviewers. This may include: - Best way to review the PR. - Where the author wants the most review attention on. - etc. -->
1 parent 3ef53dc commit b1507f7

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

docs/content/addons/cni.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ spec:
6262
6363
NOTE: Only ConfigMap kind objects will be allowed to refer helm values from.
6464
65-
ConfigMap Format -
65+
ConfigMap Format:
6666
6767
```yaml
6868
apiVersion: v1
@@ -134,4 +134,9 @@ deploying cluster-api-runtime-extensions-nutanix chart:
134134
```
135135

136136
[Cluster API Add-on Provider for Helm]: https://github.com/kubernetes-sigs/cluster-api-addon-provider-helm
137-
[default Cilium configuration]: https://github.com/nutanix-cloud-native/cluster-api-runtime-extensions-nutanix/blob/v{{< param "version" >}}/charts/cluster-api-runtime-extensions-nutanix/addons/cni/cilium/values-template.yaml {{< mdl-disable "<!-- markdownlint-disable MD013 MD034 -->" >}}
137+
138+
{{< mdl-disable "<!-- markdownlint-disable MD013 MD034 -->" >}}
139+
140+
[default Cilium configuration]: https://github.com/nutanix-cloud-native/cluster-api-runtime-extensions-nutanix/blob/v{{< param "version" >}}/charts/cluster-api-runtime-extensions-nutanix/addons/cni/cilium/values-template.yaml
141+
142+
{{< mdl-disable "<!-- markdownlint-restore -->" >}}

docs/content/addons/cosi.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
+++
22
title = " Container Object Storage Interface (COSI)"
3-
icon = "fa-solid fa-eye"
3+
icon = "fa-solid fa-object-group"
44
+++
55

66
By leveraging CAPI cluster lifecycle hooks, this handler deploys [Container Object Storage Interface] (COSI)

docs/content/addons/registry.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
+++
22
title = "Registry"
3-
icon = "fa-solid fa-eye"
3+
icon = "fa-solid fa-cubes"
44
+++
55

66
By leveraging CAPI cluster lifecycle hooks, this handler deploys an OCI [Distribution] registry,

0 commit comments

Comments
 (0)