[Solved] kubernetes: set environment variable as integer
[ad_1] Generally it was answered in comment, however I’ll add references from official kubernetes documentation. env field uses EnvVar array. Based on EnvVar v1 core API group, name and value should be only strings. Please see EnvVar v1 core And here is an official example to see how variables are set: apiVersion: v1 kind: Pod … Read more