Kubernetes annotations no longer working

Options

I am using secrets automation within a k8s cluster v1.23
I have noticed that any annotations I add, no longer get propagated to the actual k8s secret object anymore.
Example

onepassword item

apiVersion: onepassword.com/v1
kind: OnePasswordItem
metadata:
  name: discord-webhooks
  namespace: kube-system
  annotations:
    kubed.appscode.com/sync: "true"
    argocd.argoproj.io/compare-options: IgnoreExtraneous
type: Opaque
spec:
  itemPath: vaults/cluster-global/items/discord-webhooks

Created secret

kind: Secret
metadata:
  annotations:
    operator.1password.io/item-path: vaults/***/items/***
    operator.1password.io/item-version: '4'
  creationTimestamp: '2022-09-06T16:26:14Z'
  labels:
    argocd.argoproj.io/instance: secrets
  name: discord-webhooks
  namespace: kube-system
  ownerReferences:
    - apiVersion: onepassword.com/v1
      kind: OnePasswordItem
      name: discord-webhooks
      uid: f748e877-248d-41bd-b04b-bf8ec4674162
  resourceVersion: '47635'
  uid: 73d2576d-9629-43f2-9e9b-793be72e5d09
type: Opaque

Docker images
1password/onepassword-operator:1.5.0
1password/connect-sync:1.5.6
1password/connect-api:1.5.6


1Password Version: Not Provided
Extension Version: Not Provided
OS Version: Not Provided
Browser:_ Not Provided
Referrer: forum-search:kubernetes annotations no longer working

Comments

This discussion has been closed.