Skip to content

Commit

Permalink
Adding dev overlay file
Browse files Browse the repository at this point in the history
  • Loading branch information
BobJWalker authored and Octopus Deploy committed Jun 13, 2024
1 parent 5171076 commit 34d844f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .octopus/bobjwalkeraks/deployment_process.ocl
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,10 @@ step "deploy-website-via-kustomize" {
Octopus.Action.Kubernetes.ServerSideApply.Enabled = "True"
Octopus.Action.Kubernetes.ServerSideApply.ForceConflicts = "True"
Octopus.Action.Script.ScriptSource = "GitRepository"
Octopus.Action.SubstituteInFiles.TargetFiles = "k8s/base/kustomization.yaml"
Octopus.Action.SubstituteInFiles.TargetFiles = <<-EOT
k8s/base/kustomization.yaml
k8s/overlays/development/kustomization.yaml
EOT
OctopusUseBundledTooling = "False"
}
worker_pool = "hosted-ubuntu"
Expand Down

0 comments on commit 34d844f

Please sign in to comment.