We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c25cb8a commit 9f33126Copy full SHA for 9f33126
.octopus/deployment_process.ocl
@@ -14,7 +14,7 @@ step "deploy-kubernetes-yaml" {
14
Octopus.Action.Kubernetes.ServerSideApply.Enabled = "True"
15
Octopus.Action.Kubernetes.ServerSideApply.ForceConflicts = "True"
16
Octopus.Action.KubernetesContainers.CustomResourceYamlFileName = "demo-frontend/demo-frontend.yaml"
17
- Octopus.Action.KubernetesContainers.Namespace = "zerotohero-#{Octopus.Environment.Name}"
+ Octopus.Action.KubernetesContainers.Namespace = "zerotohero-#{project.enviornment }"
18
Octopus.Action.Package.JsonConfigurationVariablesTargets = "**/*.{yml,yaml}"
19
Octopus.Action.Script.ScriptSource = "GitRepository"
20
}
0 commit comments