argo-cd/reposerver/repository/testdata/invalid-metadata/bad.yaml
Alexandre Gaudreault d04633b6cf
fix: manifest generation error with null annotations (#14336) (#14680)
* fix: manifest generation error with null annotations

Signed-off-by: Alexandre Gaudreault <alexandre.gaudreault@logmein.com>

* fix test

Signed-off-by: Alexandre Gaudreault <alexandre.gaudreault@logmein.com>

* fix unit tests

Signed-off-by: Alexandre Gaudreault <alexandre.gaudreault@logmein.com>

---------

Signed-off-by: Alexandre Gaudreault <alexandre.gaudreault@logmein.com>
2023-07-26 17:05:44 -04:00

17 lines
240 B
YAML

apiVersion: v1
kind: ConfigMap
metadata:
name: my-map-annotation
annotations:
invalid: true
stringData:
foo: bar
---
apiVersion: v1
kind: ConfigMap
metadata:
name: my-map-label
labels:
invalid: true
stringData:
foo: bar