mirror of
https://github.com/outbackdingo/talos-cloud-controller-manager.git
synced 2026-01-27 18:20:23 +00:00
Move CSR Approval to separate controller. Signed-off-by: Serge Logvinov <serge.logvinov@sinextra.dev>
16 lines
335 B
YAML
16 lines
335 B
YAML
global:
|
|
# endpoints:
|
|
# - 1.2.3.4
|
|
# - 4.3.2.1
|
|
transformations:
|
|
- nodeSelector:
|
|
- matchExpressions:
|
|
- key: hostname
|
|
operator: Regexp
|
|
values:
|
|
- ^web-.+$
|
|
annotations:
|
|
talos.dev/instance-id: "id-{{ .InstanceID }}"
|
|
labels:
|
|
node-role.kubernetes.io/web: ""
|