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 1447b17 commit 587f5edCopy full SHA for 587f5ed
src/K8sOperator.NET.Generators/Install.cs
@@ -109,7 +109,7 @@ private static V1Deployment CreateDeployment(IReadOnlyList<object> metadata)
109
}))
110
.WithTerminationGracePeriodSeconds(10)
111
.AddContainer()
112
- .AddEnvFromObjectField("test", x => x.FieldPath = "metadata.namespace")
+ .AddEnvFromObjectField("NAMESPACE", x => x.FieldPath = "metadata.namespace")
113
.WithSecurityContext(x =>
114
{
115
x.AllowPrivilegeEscalation(false);
0 commit comments