Skip to content

Commit

Permalink
Merge pull request #13 from michaelfeinbier/master
Browse files Browse the repository at this point in the history
Update documentation - Generate multiple fields
  • Loading branch information
martin-helmich committed Jun 24, 2019
2 parents 420ede7 + b33da95 commit 77cb1ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ $ helm upgrade --install secret-generator ./deploy/chart

Add the annotation `secret-generator.v1.mittwald.de/autogenerate` to any Kubernetes
secret object. The value of the annotation can be a field name
(or dot separated list of field names) within the secret; the
(or comma separated list of field names) within the secret; the
SecretGeneratorController will pick up this annotation and add a field [or fields]
(`password` in the example below) to the secret with a randomly generated string value.

Expand Down

0 comments on commit 77cb1ae

Please sign in to comment.