Kong Operator uses a strict filtering mechanism for watching Kubernetes Secrets. To prevent Kong Operator from reconciling every Secret in the cluster, which can be expensive and insecure, it only watches Secrets that are explicitly labeled.
All Secrets referenced by Kong resources must have the following label:
metadata:
labels:
konghq.com/secret: "true"
If this label is missing, Kong Operator will ignore the Secret, even if it’s correctly referenced in other resources.