allen
08/16/2022, 3:11 PMvalues.yaml
file in the Helm chartKetan (kumare3)
08/16/2022, 3:12 PMDan Rammer (hamersaw)
08/16/2022, 3:13 PMKetan (kumare3)
08/16/2022, 3:13 PMDan Rammer (hamersaw)
08/16/2022, 3:13 PMallen
08/16/2022, 3:16 PMdefault-pod-template-name
field being set to “” anywhereDan Rammer (hamersaw)
08/16/2022, 3:23 PMplugins:
k8s:
inject-finalizer: true
default-annotations:
- annotationKey1: annotationValue1
resource-tolerations:
// omitted
default-env-vars:
- FOO: bar
default-pod-template-name: "default-template"
I think your using EKS - but for reference in the sandbox environment it will be generated here in the helm chart.Alireza
08/16/2022, 3:50 PM