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
18 lines
333 B
YAML
18 lines
333 B
YAML
## contains a namespace that should be idenitifed by components interface,
|
|
---
|
|
apiVersion: clusterctl.cluster.x-k8s.io/v1alpha3
|
|
kind: Metadata
|
|
metadata:
|
|
name: repository-metadata
|
|
releaseSeries:
|
|
- major: 0
|
|
minor: 3
|
|
contract: v1alpha3
|
|
- major: 0
|
|
minor: 2
|
|
contract: v1alpha2
|
|
---
|
|
kind: Namespace
|
|
metadata:
|
|
name: newnamespace
|