DeployYamlFilesToK8sCluster


DeployYamlFilesToK8sCluster
    [-yamlDirectory] <String>
    [-kubernetesConfigFile] <String>
    [-pruneSelector] <String>

Description

Deploys a set of yaml files to a Kubernetes instance using a specific config file.

For prune to work correctly it needs to be provided with a selector

Example


DeployYamlFilesToK8sCluster -yamlDirectory "/Path/To/YAML" -kubernetesConfigFile "/.kube/instance1.yaml" -pruneSelector "app=myapp"