profiles property

List<String>? profiles
getter/setter pair

Skaffold profiles to use when rendering the manifest for this phase.

These are in addition to the profiles list specified in the DeliveryPipeline stage.

Implementation

core.List<core.String>? profiles;