ocne application show

Shows details about an application installed into a Kubernetes cluster.

ocne application show 
[{-c|--computed}] 
[{-d|--difference}]
[{-n|--namespace} namespace] 
{-r|--release} name 

Where:

{-c|--computed}

Shows the complete configuration for the application. The displayed configuration includes both the custom values and the default values.

{-d|--difference}

Shows the computed values and the default values for an application.

{-n|--namespace} namespace

The Kubernetes namespace in which the application is installed. If this value isn't provided, the namespace from the current context of the kubeconfig is used.

{-r|--release} name

The name of the release of the application.

Example 4-6 Show details about an application

To show details about an application:

ocne application show --namespace kube-flannel --release flannel --computed