Replies: 1 comment
-
I did not test it, but... cluster:
inlineManifests:
- name: talos-cloud-controller-manager
contents: |-
apiVersion: v1
kind: ConfigMap
type: Opaque
metadata:
name: talos-cloud-controller-manager
namespace: kube-system
data:
ccm-config.yaml: |
global:
transformations: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is there a way to pass additional configuration values to TalosCCM when I'm deploying it via the machineConfig?
I'd like to add node transformation rules, to add labels. But since the manifest has a ConfigMap, I think this might not be so easy?
Beta Was this translation helpful? Give feedback.
All reactions