File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -69,8 +69,12 @@ itself and a reference to the kubeconfig secret we just created.
6969# Required: the name of the APIExport in kcp that this Sync Agent is supposed to serve.
7070apiExportName : test.example.com
7171
72- # Required: This Agent's public name, purely for informational purposes.
73- # If not set, defaults to the Helm release name.
72+ # Required: This Agent's public name, used to signal ownership over locally synced objects.
73+ # This value must be a valid Kubernetes label value, see
74+ # https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/#syntax-and-character-set
75+ # for more information.
76+ # Changing this value after the fact will make the agent ignore previously created objects,
77+ # so beware and relabel if necessary.
7478agentName : unique-test
7579
7680# Required: Name of the Kubernetes Secret that contains a "kubeconfig" key,
You can’t perform that action at this time.
0 commit comments