mirror of
https://github.com/argoproj/argo-cd
synced 2026-05-03 22:58:21 +00:00
8 lines
285 B
YAML
8 lines
285 B
YAML
# This manifest will fail to sync because the spec is invalid. This manifest is useful for testing
|
|
# auto-sync and ensuring sure it does not fall into a sync loop.
|
|
apiVersion: v1
|
|
kind: ServiceAccount
|
|
metadata:
|
|
name: failure-during-sync
|
|
labels:
|
|
my-label: has-inva/id-character!
|