5d52339bd6
All of these entities are no longer required and should be deleted. Change-Id: Id4776efe668265df6961a38ce984b8ac37b27097 Signed-off-by: Ruslan Aliev <raliev@mirantis.com> Relates-To: #327
24 lines
568 B
YAML
24 lines
568 B
YAML
apiVersion: airshipit.org/v1alpha1
|
|
contexts:
|
|
dummy_cluster:
|
|
contextKubeconf: dummycluster_ephemeral
|
|
manifest: dummy_manifest
|
|
currentContext: dummy_cluster
|
|
kind: Config
|
|
manifests:
|
|
dummy_manifest:
|
|
primaryRepositoryName: primary
|
|
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
|
|
subPath: primary/site/test-site
|
|
targetPath: testdata
|