Commit Graph
21 Commits
Author SHA1 Message Date
jvassev 7ac174ce54 [stable/external-dns] Enable assume-role creds for aws (#3955)
Aws credentials are now stored in ~/.aws/, mounted from a secret.
This layout enables specifying a role_arn in case assume roles
creds are used. Update README with the new value aws.roleArn.

Also add image.pullSecrets in case an image needs to be customized.
2018-03-14 10:22:04 -07:00
Till Klocke 30bfdce283 [stable/external-dns]: Specify Google Cloud DNS credentials.json via kubernetes secret (#4023)
* The external-dns chart can use a secret containing a credentials.json for Google Cloud DNS

* Fixed typo in table markup

* Bumped version of external-dns to 0.5.0 due to new feature
2018-03-08 09:20:55 -08:00
Ducas Francis 6967d2a4a5 add external-dns txt-prefix param to deployment and readme (#3686)
* add external-dns txt-prefix param to deployment and readme

* increment chart version
2018-02-20 12:14:38 -08:00
matjazp 623055a835 [stable/external-dns] Fix Cloudflare config (#3660)
* fix cloudflare config

* bump chart version
2018-02-09 15:25:51 -08:00
Chris Knowles 6501dc13cb Fix external-dns default RBAC API version (#3552)
Introduced in https://github.com/kubernetes/charts/pull/3404
2018-02-09 12:38:52 -08:00
lemaral 25118e2bbd [stable/external-dns] Add --google-project --txt-owner-id … (#3389)
* Update to external-dns 0.4.8 and add --google-project --txt-owner-id --annotation-filter

* Update Chart.yaml

* Update deployment.yaml
2018-02-03 10:32:06 -08:00
Severin Holzer-Graf 88f7f82ba9 External-dns improve azure support (#3404)
* Bump external-dns version to 0.4.8

* Make RBAC version configurable.

* Mount azure configuration as volumeMount.

* Bump chart an app version.

* Switching back to aws as default backend.
2018-02-02 04:16:05 -08:00
Jörg Henning c54569a6f3 [external-dns] Fix naming in condition for secret (#2998) 2017-12-15 17:04:49 +01:00
Timur Khafizov 1bb66957dc [stable/external-dns] Update README (#2961)
* [stable/external-dns] Update README to list a proper arguments

* [stable/external-dns] Bump chart patch version number
2017-12-09 21:28:17 +01:00
Khris Richardson bbd3c4c0ea [stable/external-dns] enable freeform env via secrets, doc cleanup (#2356)
* enable freeform env via secrets, doc cleanup

* Bump version
2017-12-09 18:09:14 +01:00
Tom Gallacher 869783605b [stable/external-dns] Fixing incorrect parameter name (#2841) 2017-12-07 21:18:31 +01:00
Michael Goodness 08827a2f54 Make all values camelCase (#2707) 2017-11-23 22:11:44 +01:00
Matt Tucker 263a5b8824 [stable/external-dns] update image tag to v0.4.5 and alter values with new flags (#2350) 2017-10-01 00:28:46 -04:00
Alexander Prokopyev 4455c14255 add flags to extra args and version update to v0.4.4 (#2310) 2017-10-01 00:13:13 -04:00
Adam Netočný 7f31e6a268 Added tolerations to external-dns (#2304)
* Added tolerations to external-dns.

* Bump version.
2017-10-01 00:07:36 -04:00
Kevin Schumacher 9638baafb8 [stable/external-dns] #1785 namespace defined templates with chart name (#2130) 2017-09-19 15:28:58 +05:30
Casey Kuhlman 5d664489c6 [stable/external-dns] add specifics for cloudflare (#1896) 2017-09-10 13:10:48 -05:00
Micah Hausler fe6ad958a5 [stable/external-dns] Added AWS access key environment variables (#1859)
* [stable/external-dns] Added AWS access key environment variables

* Applicable resources are now namespaced

* Bump chart version
2017-09-04 13:17:37 -05:00
Michael Goodness 31363917ef [stable/external-dns] Add podLabels (#1918)
* Add podLabels

* Fix podLabels
2017-09-01 18:17:55 -05:00
Michael Goodness e9364f8150 [stable/external-dns] Add RBAC (#1744)
* Add nodeSelector, livenessProbe, Service

* Modify fullname helper function

* Add RBAC

* Add debug flag
2017-08-17 08:48:22 -05:00
Robin Kearney 9047424a62 Adds a chart for the external-dns service (#1254)
* initial commit

* Moving to stable

* Some review fixes

* Typo

* More review comments

* Reflecting the change to a list

* Minor changes to version and description.

* This needs to be set to something.

* reflecting the change in values.yaml from the previous commit.

* Reflecting the move to `stable/`.

* Preventing global namespace collisions.

* Adding service account support.

* Renaming to avoid confusion

* Removing the this because it can cause problems.

* This was unintended, removing lets K8s use the default.

* Review fixes.

* Moving the majority of these into `extraArgs`.

I've picked the set of command line options we use in our rig, i.e. the
ones where we don't use the defaults. I /think/ this is a sane set.

* Minor tweaks

* Conform to standard RBAC pattern

* Update NOTES.txt

* Update README

* Make domainFilters a list
2017-08-15 08:27:30 -05:00