I have a kubeconfig yaml file which contains the property "ENABLED" in env. There is a secrets file being read using envFrom as well which also contains the property "ENABLED". Which one will get picked up at runtime?
env:
   - name: ENABLED
     value: "true"                
envFrom:
  - secretRef:
    name: test