Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
knelasevero authored Jan 4, 2022
1 parent 86ab57b commit c0ce627
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 @@ -26,7 +26,7 @@ cp pkg/configdata/ss.yml.example pkg/configdata/ss.yml
Open `pkg/configdata/es.yml` and edit the following fields:

- **spec.refreshInterval:** Choose a Time Duration interval used by the operator to fetch new secrets (1m = 1 minute, 1h = 1 hour, etc).
- **spec.target.name:** #TODO: chose the env file where this will end up? (for now writing to /etc/environment - you need to become root to write to this file)
- **spec.target.name:** #TODO: chose the env file where this will end up? (for now writing to /etc/environment - you need to run as root to write to this file)
- **spec.data.secretKey:** The name of the Env Var injected in the machine.
- **spec.data.remoteRef.Key:** The name of the secret in the external provider.

Expand Down

0 comments on commit c0ce627

Please sign in to comment.