Skip to content

OsEditYamlConfigMap Configurations Table View

Property Path Type Required Default Description
ProbeConfiguration object or string
ProbeConfiguration.ConfigMapName string The config map to edit
ProbeConfiguration.ConfigMapYamlFileName string ConfigMap.yml The name of the yaml file inside the config map data
ProbeConfiguration.ValuesToEdit object or string The description of the configmap paths and values to change (in JSONPath format). For example:path.to.yaml.value[0]: new value
ProbeConfiguration.Openshift object or string The openshift environment to perform action in
ProbeConfiguration.Openshift.Cluster string The openshift cluster api
ProbeConfiguration.Openshift.Namespace string The openshift namespace the application is at
ProbeConfiguration.Openshift.Password string Password of the username with access to the openshift namespace and application
ProbeConfiguration.Openshift.Username string Username with access to the openshift namespace and application