File tree Expand file tree Collapse file tree
source/Calamari/Kubernetes/Scripts Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -159,8 +159,8 @@ get_kubectl
159159configure_kubectl_path
160160setup_context
161161create_namespace
162- cat $KUBECONFIG
163162echo " ##octopus[stdout-verbose]"
163+ cat $KUBECONFIG
164164echo " Invoking target script \" $( get_octopusvariable " OctopusKubernetesTargetScript" ) \" with $( get_octopusvariable " OctopusKubernetesTargetScriptParameters" ) parameters"
165165echo " ##octopus[stdout-default]"
166166
Original file line number Diff line number Diff line change @@ -183,8 +183,9 @@ Write-Host "##octopus[stdout-verbose]"
183183ConfigureKubeCtlPath
184184SetupContext
185185CreateNamespace
186+ echo " ##octopus[stdout-verbose]"
186187Get-Content $env: KUBECONFIG
187- Write-Host " ##octopus[stdout-default]"
188188Write-Verbose " Invoking target script $OctopusKubernetesTargetScript with $OctopusKubernetesTargetScriptParameters parameters"
189+ echo " ##octopus[stdout-default]"
189190
190191Invoke-Expression " . `" $OctopusKubernetesTargetScript `" $OctopusKubernetesTargetScriptParameters "
You can’t perform that action at this time.
0 commit comments