Norman
Norman
Starting with version 3.17 I cannot successfully push records via the NS1 provider: ``` WARNING: Error creating domain: PUT https://api.nsone.net/v1/zones/XXXX.YY: 400 invalid: FQDN already exists in the view ``` Running...
According to the README `--reload-strategy=annotations `is intended to work with auto-reconciliation using CD tools loke ArgoCD or FluxCD. Either I get this wrong, or the README is the wrong way...
This PR adds the capability to use an external redis instance, instead of the bundled one, to the helm chart. I tried to be consistent with syntax used for the...
The API returns `updated_at` and `created_at` fields, that are not used in the Record struct. I have a usecase, where I need this data.
### Checks - [X] I've already read https://docs.github.com/en/actions/hosting-your-own-runners/managing-self-hosted-runners-with-actions-runner-controller/troubleshooting-actions-runner-controller-errors and I'm sure my issue is not covered in the troubleshooting guide. - [X] I am using charts that are officially provided...
In addition to the pre-populated values for the dind container template parse spec from Values.template.spec.containers["dind"] to enable users to add config
**Describe the bug** Since updating from 4.4.1 to 4.6.0 I cannot push changes to NS1 anymore. For any record type I get: ``` FAILURE! PUT https://api.nsone.net/v1/zones///: 400 Input validation failed...
I would like to suggest an alternative way of selecting which namespaces to enable HNC for by a label instead of the `--excluded-namespace` and `--included-namespace-regex`. We create namespaces from a...
To be able to use the GCloud SQL Proxy with IAM authentication we want to specify a certain serviceAccount that has the needed IAM permissions ## Checklist - [x] The...
When a GCP bucket is configured as backend, let digger read its properties from the ```hcl terraform { backend "xx" {} } ``` block instead of having to manually set...