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

Commit

Permalink
Fix git.ssh.secret parameter name
Browse files Browse the repository at this point in the history
  • Loading branch information
delhage authored and hiddeco committed Oct 9, 2019
1 parent 535e904 commit d42759d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions chart/helm-operator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ Add `identity.pub` as a read-only deployment key in your Git repo and install He
```sh
helm -i helm-operator fluxcd/helm-operator \
--namespace fluxcd \
--set git.ssh.secret=helm-operator-ssh \
--set git.ssh.secretName=helm-operator-ssh \
--set-file git.ssh.known_hosts=/tmp/flux_known_hosts
```

Expand Down Expand Up @@ -151,7 +151,7 @@ when installing Helm Operator, you can refer the Flux deploy key by its Kubernet
```sh
helm -i helm-operator fluxcd/helm-operator \
--namespace fluxcd \
--set git.ssh.secret=flux-git-deploy
--set git.ssh.secretName=flux-git-deploy
```

The deploy key naming convention is `<Flux Release Name>-git-deploy`.
Expand Down

0 comments on commit d42759d

Please sign in to comment.