siderolabs / cluster-api-bootstrap-provider-talos

A cluster-api bootstrap provider for deploying Talos clusters.
https://www.talos-systems.com
Mozilla Public License 2.0
103 stars 27 forks source link

secretRef in configPatches #155

Open Preisschild opened 1 year ago

Preisschild commented 1 year ago

Some talosconfig values (such as API tokens for cloud vip, wireguard privatekeys, registry credentials, ...) should not be be written directly into the patches as this would require treating the whole resource as a secret.

I think instead there should be the possibility to reference some values from kubernetes secrets.