diff --git a/.gitignore b/.gitignore index a07c313..485dee6 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1 @@ .idea -*.tgz diff --git a/client/client_test.go b/client/client_test.go index ea042b6..806a71d 100644 --- a/client/client_test.go +++ b/client/client_test.go @@ -17,7 +17,7 @@ type testData struct { //Plot in your own api details for testing. func TestAll(t *testing.T) { data := testData{ - domain: ".com", + domain: ".com", //add your credentials here to test. data: "", accountname: "", apikey: "", diff --git a/deploy/simply-dns-webhook/Chart.yaml b/deploy/simply-dns-webhook/Chart.yaml index e7aff3a..2fb1730 100644 --- a/deploy/simply-dns-webhook/Chart.yaml +++ b/deploy/simply-dns-webhook/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: simply-dns-webhook -description: A Helm chart for Simply.com dns01 challenge support for cert-manager +description: A Helm chart for Simply.com dns01 challenge support for cert-manager. Refer to https://github.com/RunnerM/simply-dns-webhook for documentation. # A chart can be either an 'application' or a 'library' chart. #