Skip to content
This repository has been archived by the owner on Nov 1, 2022. It is now read-only.

Commit

Permalink
docs(git-secret): Missing flag added to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
nij4t committed Feb 22, 2020
1 parent 3912ca8 commit 1bb3fa6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions chart/flux/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,7 @@ The following tables lists the configurable parameters of the Flux chart and the
| `git.pollInterval` | `5m` | Period at which to poll git repo for new commits
| `git.timeout` | `20s` | Duration after which git operations time out
| `git.secretName` | `None` | Kubernetes secret with the SSH private key. Superseded by `helmOperator.git.secretName` if set.
| `git.secret.enabled` | `false` | If is set to true and a .gitsecret directory exist in the root of the git, flux will execute a "git secret reveal -f" in the working git.
| `git.config.enabled` | `false` | Mount `$HOME/.gitconfig` via Secret into the Flux and HelmOperator Pods, allowing for custom global Git configuration
| `git.config.secretName` | `Computed` | Kubernetes secret with the global Git configuration
| `git.config.data` | `None` | Global Git configuration per [git-config](https://git-scm.com/docs/git-config)
Expand Down
1 change: 1 addition & 0 deletions docs/references/daemon.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ Version controlling of cluster manifests provides reproducibility and a historic
| --git-set-author | false | if set, the author of git commits will reflect the user who initiated the commit and will differ from the git committer
| --git-gpg-key-import | | if set, fluxd will attempt to import the gpg key(s) found on the given path
| --git-signing-key | | if set, commits made by fluxd to the user git repo will be signed with the provided GPG key.
| --git-secret | | if set to true and a .gitsecret directory exist in the root of the git, flux will execute a "git secret reveal -f" in the working git.
| --git-label | | label to keep track of sync progress; overrides both --git-sync-tag and --git-notes-ref
| --git-sync-tag | `flux-sync` | tag to use to mark sync progress for this cluster (old config, still used if --git-label is not supplied)
| --git-notes-ref | `flux` | ref to use for keeping commit annotations in git notes
Expand Down

0 comments on commit 1bb3fa6

Please sign in to comment.