Skip to content

Commit 9f33126

Browse files
adminOctopus Deploy
authored andcommitted
Update deployment process
1 parent c25cb8a commit 9f33126

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.octopus/deployment_process.ocl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ step "deploy-kubernetes-yaml" {
1414
Octopus.Action.Kubernetes.ServerSideApply.Enabled = "True"
1515
Octopus.Action.Kubernetes.ServerSideApply.ForceConflicts = "True"
1616
Octopus.Action.KubernetesContainers.CustomResourceYamlFileName = "demo-frontend/demo-frontend.yaml"
17-
Octopus.Action.KubernetesContainers.Namespace = "zerotohero-#{Octopus.Environment.Name}"
17+
Octopus.Action.KubernetesContainers.Namespace = "zerotohero-#{project.enviornment }"
1818
Octopus.Action.Package.JsonConfigurationVariablesTargets = "**/*.{yml,yaml}"
1919
Octopus.Action.Script.ScriptSource = "GitRepository"
2020
}

0 commit comments

Comments
 (0)