![Dmitry Ukov](/assets/img/avatar_default.png)
Plan validation: 1. Each phase must be defined within phase document bundle. 2. Each phase does not return error for Validate method Phase validation: 1. Document bundle associated with the phase can be rendered without an error. 2. Associated executor must not return an error. Relates-to: #330 Change-Id: I08c5e8e42570f2cafdced5a02481b033414ffae0
10 lines
230 B
YAML
10 lines
230 B
YAML
apiVersion: airshipit.org/v1alpha1
|
|
kind: Phase
|
|
metadata:
|
|
name: kube_apply
|
|
config:
|
|
executorRef:
|
|
apiVersion: airshipit.org/v1alpha1
|
|
kind: KubernetesApply
|
|
name: kubernetes-apply
|
|
documentEntryPoint: valid_site/phases |