Small tool to handle my home IP changes by updating poiuytre.nl A record on GoDaddy
$ go test ./...
$ go test -coverprofile=cover.out ./... && go tool cover -html=cover.out
To run the application, you first need to decrypt secrets.yaml file. Or write your own and replace the one you've found here...
I'm using the following for encyption:
$ sops -d --output-type yaml secrets.enc.yaml > secrets.yaml
$ sops -e --input-type yaml --age ageEXAMPLE secrets.yaml > secrets.enc.yaml
$ kubectl apply -f secrets.yaml && kubectl apply -f config.yaml
$ kubectl apply -f cronjob.yaml