Closed baijum closed 3 years ago
Having a listing of
Environment
s is a bit strange and not what we mean. I agree thatEnvVar
is overloaded and we should not confuse it withcorev1.EnvVar
. What aboutEnvKey
orEnvMapping
? Whatever name we choose is not user facing and is only meaningful within the context of the spec.
EnvMapping
sounds good to me. It's mapping for environment variables. I will update the PR.
@scothis Thanks for the approval.
I have updated the Schema also. Please take a look again!
There is a
corev1.EnvVar
which is different from the values ofEnv
.Signed-off-by: Baiju Muthukadan baiju.m.mail@gmail.com