Fix issue with the annotations and labels.

This commit is contained in:
2023-03-16 13:54:04 +00:00
parent c99558314c
commit 75393e791a
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"
```