Skip to content

Commit

Permalink
Add license note to README
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-helmich committed Feb 24, 2023
1 parent 46a8195 commit 23b2d7d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ applications run on Kubernetes.

Older versions (<= 1.0.0) of this controller used the `math/rand` package for generating secrets, which is deterministic and not cryptographically secure (see #1 for more information). If you're already running this controller and want to regenerate all potentially compromised secrets, start the controller with the `-regenerate-insecure` flag (note that you will need to manually re-create any Pods using these secrets, though). When using the `kubectl apply` command from below, the new flag will be added to your Deployment automatically.

## License

Copyright 2023 Mittwald CM Service GmbH & Co. KG and [contributors](https://github.com/mittwald/kubernetes-secret-generator/graphs/contributors)

This project is licensed under the [Apache License, Version 2.0](./LICENSE.txt).

## Deployment

### Helm
Expand Down

0 comments on commit 23b2d7d

Please sign in to comment.