5f920fe9be
This commit overrides default components interface behavior by allowing to inject SkipVariables parameter, see L#37 at components_client.go. To do this, we pass new Repository Client interface which is built on top of the clusterctl implementation with one simple injection of SkipVariables Please see related issue for more details Relates-To: #201 Closes: #201 Change-Id: If068caa8308e39c9ee23d07f189bad26be04d5cf
13 lines
375 B
YAML
13 lines
375 B
YAML
resources:
|
|
- resources.yaml
|
|
|
|
generatorOptions:
|
|
disableNameSuffixHash: true
|
|
|
|
## this contains a variable that matches a regexp for clusterctl variable subsitution
|
|
## check the regexp here https://github.com/kubernetes-sigs/cluster-api/blob/v0.3.5/cmd/clusterctl/client/repository/components.go#L55
|
|
configMapGenerator:
|
|
- name: ironic-config-files
|
|
files:
|
|
- dnsmasq.conf
|