b8e0978d6d
Since this field is no longer actually used, there is need to remove it completely. Change-Id: I9f7002f8def31d1660919bd0128707e43a57ad71 Signed-off-by: Ruslan Aliev <raliev@mirantis.com>
23 lines
529 B
YAML
23 lines
529 B
YAML
apiVersion: airshipit.org/v1alpha1
|
|
contexts:
|
|
dummy_cluster:
|
|
manifest: dummy_manifest
|
|
currentContext: dummy_cluster
|
|
kind: Config
|
|
manifests:
|
|
dummy_manifest:
|
|
phaseRepositoryName: primary
|
|
targetPath: testdata
|
|
metadataPath: valid_site/metadata.yaml
|
|
repositories:
|
|
primary:
|
|
auth:
|
|
sshKey: testdata/test-key.pem
|
|
type: ssh-key
|
|
checkout:
|
|
branch: ""
|
|
force: false
|
|
remoteRef: ""
|
|
tag: v1.0.1
|
|
url: http://dummy.url.com/primary.git
|