| Field | Type | Description | Value(s) |
|---|---|---|---|
name | string | Name of the config document. | |
certificates | string |
🎉 Join Oxide + SideroLabs at KubeCon North America 2025 in Atlanta on Nov 12 • RSVP Free →
🎉 Join Oxide + SideroLabs at KubeCon North America 2025 in Atlanta on Nov 12 • RSVP Free →
TrustedRootsConfig allows to configure additional trusted CA roots.
apiVersion: v1alpha1
kind: TrustedRootsConfig
name: my-enterprise-ca # Name of the config document.
certificates: | # List of additional trusted certificate authorities (as PEM-encoded certificates).
-----BEGIN CERTIFICATE-----
...
-----END CERTIFICATE-----
| Field | Type | Description | Value(s) |
|---|---|---|---|
name | string | Name of the config document. | |
certificates | string |
Was this page helpful?