Skip to content

Commit

Permalink
Update documentation - Generate multiple fields
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelfeinbier committed Jun 22, 2019
1 parent 420ede7 commit b33da95
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 b33da95

Please sign in to comment.