Commit graph

21 commits

Author SHA1 Message Date
Arne Diekmann
4516234f2c
Merge pull request #10 from Peltarion/parmus/helm-pullsecret
feat: add support for imagePullSecret
2021-03-25 10:12:08 +01:00
Arne Diekmann
61c77c010b
Merge pull request #9 from Peltarion/parmus/helm-secret
feat: add support for using an existing token secret
2021-03-25 10:11:35 +01:00
Martin Parm
6c88ff57b3 Add support for imagePullSecret
Add variable image.pullSecret to Helm chart to support specifying an
image pull secret. This is mostly useful for people running an in-house
fork of cert-manager-webhook-dnsimple.
2021-03-25 09:31:07 +01:00
Martin Parm
3142c584af Add support for using an existing token secret
- Add variable dnsimple.existingTokenSecret to the Helm chart
  to support using an existing secret. This is useful e.g. in
  combination with https://github.com/bitnami-labs/sealed-secrets.
- Add variable dnsimple.tokenSecretName to support configuring the
  name of the token secret.
2021-01-20 01:02:53 +01:00
Martin Parm
1880524180 Fetch account ID from DNSimple API
This means that users don't have to configure the account ID explicitly. This code is inspired by the DNSimple
provider in External-DNS.
2021-01-19 23:43:03 +01:00
Arne Diekmann
fc6e021fc1 chore: Bump version to 0.0.5. 2020-12-09 14:42:28 +01:00
Arne Diekmann
c5b7612304 chore: change apiVersion to v1 2020-12-09 14:41:03 +01:00
Arne Diekmann
0bb6900f6b chore: Bump version to 0.0.4. 2020-08-25 11:15:00 +02:00
cmacrae
0acec981b3
fix: explicit pki durations to match resulting objects
When using a GitOps deployment model, these resources are always
considered "out of sync", as the resulting Certificate object's
'duration' field also specifies minutes & seconds.

These changes are essentially a no-op, but match the object, for
GitOps compatability.
2020-08-25 09:36:52 +01:00
Arne Diekmann
1bb8d33395 chore: Bump version to 0.0.3. 2020-07-29 19:29:18 +02:00
Arne Diekmann
2ed52c8a70 chore: add more info to Helm chart metadata 2020-07-29 19:28:07 +02:00
Arne Diekmann
81f4c24312 docs: add better description for chart 2020-07-29 18:59:53 +02:00
Arne Diekmann
67e2abffb6 chore: Bump version to 0.0.2. 2020-07-29 11:59:06 +02:00
Arne Diekmann
37416461eb fix: quote account id in staging cluster issuer
fixes #1
2020-07-29 11:55:18 +02:00
Arne Diekmann
cda293d393 chore: Bump version to 0.0.1. 2020-05-27 09:31:10 +02:00
Arne Diekmann
588325118e feat: initial commit for use with DNSimple 2020-05-26 16:11:53 +02:00
Johannes Aubart
f556713497 fix clusterrolebinding
Signed-off-by: Johannes Aubart <johannes.aubart@sap.com>
2019-05-07 16:49:58 +02:00
James Munnelly
a598b0e126 Add Makefile and make options configurable
Signed-off-by: James Munnelly <james@munnelly.eu>
2019-04-29 18:47:23 +01:00
James Munnelly
2c01592255 Use cert-manager to secure APIService resource
Signed-off-by: James Munnelly <james@munnelly.eu>
2019-04-29 18:09:16 +01:00
James Munnelly
3935fd70e7 Update Helm chart and Dockerfile
Signed-off-by: James Munnelly <james@munnelly.eu>
2019-04-29 17:55:46 +01:00
James Munnelly
afce06a837 Initial commit 2019-04-15 15:23:59 +01:00