-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
111 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
# cloudflare-ddns-update | ||
|
||
![Version: 0.1.0](https://img.shields.io/badge/Version-0.1.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.1.0](https://img.shields.io/badge/AppVersion-v0.1.0-informational?style=flat-square) | ||
|
||
A Helm chart to provide a Dyn v3 API to manage records in cloudflare | ||
|
||
**Homepage:** <https://github.com/dploeger/cloudflare-ddns-update> | ||
|
||
## Source Code | ||
|
||
* <https://github.com/dploeger/cloudflare-ddns-update> | ||
|
||
## Values | ||
|
||
### Auth configuration | ||
|
||
| Key | Type | Default | Description | | ||
|-----|------|---------|-------------| | ||
| configuration.auth.existingSecret | object | Use the given username and password | Use an existing secret for the authentication | | ||
| configuration.auth.existingSecret.name | string | `""` | secret name | | ||
| configuration.auth.existingSecret.passwordKey | string | `"password"` | key used for password | | ||
| configuration.auth.existingSecret.usernameKey | string | `"username"` | key used for username | | ||
| configuration.auth.password | string | `""` | Password required for basic auth | | ||
| configuration.auth.username | string | `""` | Username required for basic auth | | ||
|
||
### CloudFlare configuration | ||
|
||
| Key | Type | Default | Description | | ||
|-----|------|---------|-------------| | ||
| configuration.cloudflare.apiToken | string | `""` | API token to authenticate to cloudflare | | ||
| configuration.cloudflare.apiTokenExistingSecret | object | Use the given apiToken | Use an existing secret for API token | | ||
| configuration.cloudflare.apiTokenExistingSecret.name | string | `""` | Secret name | | ||
| configuration.cloudflare.apiTokenExistingSecret.tokenKey | string | `"token"` | Key used for token | | ||
| configuration.cloudflare.zone | string | `""` | Zone to use | | ||
|
||
---------------------------------------------- | ||
Autogenerated from chart metadata using [helm-docs v1.14.0](https://github.com/norwoodj/helm-docs/releases/v1.14.0) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters