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.
* 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
* 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.
* 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