Fix issue with the annotations and labels.

This commit is contained in:
2023-03-16 13:54:04 +00:00
parent bded5b0250
commit 10648997ad
8 changed files with 37 additions and 27 deletions
+3 -1
View File
@@ -176,7 +176,9 @@ params:
imagePullPolicy:
- "Always"
labels:
"label-name": "label-value"
this/works: "true"
annotations:
this/works/aswell: "true"
```