Values.EksSecretSourceSpecifies the configuration of a Kubernetes secret volume. For more information, see secret in the Kubernetes documentation.
type nonrec t = {secretName : String_.t;The name of the secret. The name must be allowed as a DNS subdomain name. For more information, see DNS subdomain names in the Kubernetes documentation.
*)optional : Boolean.t option;Specifies whether the secret or the secret's keys must be defined.
*)}