Skip to content

Commit

Permalink
Update deployment process
Browse files Browse the repository at this point in the history
  • Loading branch information
BobJWalker authored and Octopus Deploy committed Mar 28, 2024
1 parent 2dae139 commit 70e1cbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .octopus/bobjwalkeraks/deployment_process.ocl
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ step "deploy-website-via-kustomize" {
EOT
properties = {
Octopus.Action.Kubernetes.DeploymentTimeout = "180"
Octopus.Action.Kubernetes.Kustomize.OverlayPath = "k8s/overlays/#{Octopus.Environment.Name}"
Octopus.Action.Kubernetes.Kustomize.OverlayPath = "k8s/overlays/#{Octopus.Environment.Name | toLower}"
Octopus.Action.Kubernetes.ResourceStatusCheck = "True"
Octopus.Action.RunOnServer = "false"
Octopus.Action.Script.ScriptSource = "GitRepository"
Expand Down

0 comments on commit 70e1cbb

Please sign in to comment.