-
Notifications
You must be signed in to change notification settings - Fork 65
Closed
Labels
bugSomething isn't working as expected. Has never worked before. When it has, use "regression" instead.Something isn't working as expected. Has never worked before. When it has, use "regression" instead.
Description
Your environment
Operator Version: v1.6.0
Connect Server Version: 1.5.7
Kubernetes Version: 1.23.9
What happened?
In version 1.3.0 of the operator, any annotation I added to the operator would be propagated to the resulting secret. Now, none of my annotations are added.
What did you expect to happen?
I expected the resulting secret to have the annotations I set
Steps to reproduce
- Create a OnePasswordItem with annotations
- Deploy
- Validate the resulting secret doesn't have annotations
- Use v1.3.0 of the operator
- Do steps 1-3
- Validate annotations are there
Notes & Logs
kind: OnePasswordItem
metadata:
annotations:
argocd.argoproj.io/compare-options: IgnoreExtraneous
kubed.appscode.com/sync: "true"
kind: Secret
metadata:
annotations:
operator.1password.io/item-path: vaults/***/items/***
operator.1password.io/item-version: "3"
tomjo, JoshCooley-alto, amaldonadomat, SlashNephy, ArGJolan and 5 more
Metadata
Metadata
Assignees
Labels
bugSomething isn't working as expected. Has never worked before. When it has, use "regression" instead.Something isn't working as expected. Has never worked before. When it has, use "regression" instead.