Merge pull request #49755 from sftim/20250214_fix_label_blog_article

Fix annotation incorrectly used as label
pull/49756/head
Kubernetes Prow Robot 2025-02-14 09:10:21 -08:00 committed by GitHub
commit 1454e6c277
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -175,7 +175,6 @@ kind: Deployment
metadata:
labels:
app.kubernetes.io/name: cloud-controller-manager
kubernetes.io/description: "Cloud controller manager for my infrastructure"
name: cloud-controller-manager
namespace: kube-system
spec:
@ -189,6 +188,8 @@ spec:
metadata:
labels:
app.kubernetes.io/name: cloud-controller-manager
annotations:
kubernetes.io/description: Cloud controller manager for my infrastructure
spec:
containers: # the container details will depend on your specific cloud controller manager
- name: cloud-controller-manager