hi all, ```const container: k8stypes.core.v1.Conta...
# kubernetes
s
hi all,
Copy code
const container: k8stypes.core.v1.Container = {
        readinessProbe: props.deployment.readinessProbe || null,
while some of my deployments may not have readinessProbe defined, would the code above work?