You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Design a "phase" manifest document that will describe attributes about a phase that can be used by airshipctl to know how to apply it. Attributes should include the phase name, reference to the phase documents, and a reference to the configured executor that will be run to apply the phase.
Design a "phase" manifest document that will describe attributes about a phase that can be used by airshipctl to know how to apply it. Attributes should include the phase name, reference to the phase documents, and a reference to the configured executor that will be run to apply the phase.
Example:
kind: phase
entryPoint: ephemeral/initinfra
name: initinfra-ephemeral
executorName: kube-apply
The text was updated successfully, but these errors were encountered: