mirror of
https://github.com/argoproj/argo-cd
synced 2026-04-22 01:17:16 +00:00
8 lines
262 B
YAML
8 lines
262 B
YAML
# This configmap fails when running `kubectl apply`, but succeeds when running `kubectl apply --validate=false`
|
|
apiVersion: v1
|
|
kind: ConfigMap
|
|
metadata:
|
|
name: invalid-cm
|
|
annotations:
|
|
argocd.argoproj.io/sync-options: Validate=false
|
|
invalidKey: this-fails
|