Stop copying annotations from OnePasswordItem and Deployment to Secret

There is no reason for random annotations to be carried over. This
can lead to weird problems like the `kubectl.kubernetes.io/last-applied-configuration`
annotation ending up on a Secret.
This commit is contained in:
Joris Coenen
2022-04-11 15:55:28 +02:00
parent 58b4ff8ecf
commit afa076d321
5 changed files with 13 additions and 33 deletions

View File

@@ -8,7 +8,7 @@
## Fixes
- A user-friendly description of a fix. {issue-number}
- Annotations from a Deployment or OnePasswordItem are no longer applied to Secrets that are created for it. {#102}
## Security