argo-cd/util/kube/testdata/svc-with-invalid-data.yaml
Radon Rosborough d49d2aef16
fix(appset): return error on invalid annotations (#13743)
Signed-off-by: Radon Rosborough <rrosborough@plaid.com>
2023-05-28 14:31:41 -04:00

17 lines
299 B
YAML

kind: Service
apiVersion: v1
metadata:
name: my-service
annotations:
valid-annotation: existing-value
invalid-annotation: null
labels:
valid-label: existing-value
invalid-label: null
spec:
selector:
app: MyApp
ports:
- protocol: TCP
port: 80
targetPort: 9376