I don't know what I'm doing

This commit is contained in:
2022-03-12 23:35:44 +00:00
parent be0eb944c4
commit c7e83ca6cc
22 changed files with 98 additions and 336 deletions

4
testdata/freedns-solver/config.json vendored Normal file
View File

@@ -0,0 +1,4 @@
{
"secretName": "freedns-auth"
, "domain": "example.com"
}

View File

@@ -0,0 +1,7 @@
apiVersion: v1
kind: Secret
metadata:
name: freedns-auth
data:
username: ZXhhbXBsZQ==
password: MTIzNA==