Fix annotation incorrectly used as label

pull/49755/head
Tim Bannister 2025-02-14 16:58:00 +00:00
parent 2d5397389a
commit 2c5abe0a22
No known key found for this signature in database
GPG Key ID: 31BA93F2DB289EFE
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