f45ece8294
* Define GVK for metadata.yaml * Added supoorting type and registered the kind 'AirshipMetadata' to runtime scheme * Used document object to read metadata instead of reading it as config Relates-To: #530 Change-Id: I748cd0921ba7bb04ca6fb2999294776e6803ed3e
11 lines
266 B
YAML
11 lines
266 B
YAML
apiVersion: airshipit.org/v1alpha1
|
|
kind: ManifestMetadata
|
|
metadata:
|
|
name: manifest-metadata
|
|
spec:
|
|
inventory:
|
|
path: "manifests/site/inventory"
|
|
phase:
|
|
path: "valid_site_with_doc_prefix/phases"
|
|
docEntryPointPrefix: "valid_site_with_doc_prefix/phases"
|