Skip to content

Commit

Permalink
Merge pull request #164 from thephw/develop
Browse files Browse the repository at this point in the history
Update K8s.Conn.from_file to support fully qualified domain names (FQDN)
  • Loading branch information
mruoss authored Dec 13, 2022
2 parents 149f725 + 2156542 commit d6a4b8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/k8s/conn/pki.ex
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ defmodule K8s.Conn.PKI do
|> PKI.cert_from_pem()
end

def cert_from_map(%{"insecure-skip-tls-verify" => true}, _), do: {:ok, nil}
def cert_from_map(_, _), do: {:ok, nil}

@doc """
Reads the certificate from a PEM file
Expand Down

0 comments on commit d6a4b8d

Please sign in to comment.