19 lines
331 B
YAML
19 lines
331 B
YAML
|
apiVersion: 0.1.0
|
||
|
kind: Package
|
||
|
meta:
|
||
|
pkgName: pkg_name
|
||
|
pkgVersion: 1
|
||
|
description: pack description
|
||
|
spec:
|
||
|
resources:
|
||
|
- kind: Label
|
||
|
name: label_1
|
||
|
- kind: Variable
|
||
|
name: var_1
|
||
|
type: constant
|
||
|
values:
|
||
|
- first val
|
||
|
associations:
|
||
|
- kind: Label
|
||
|
name: label_1
|