mirror of
https://github.com/argoproj/argo-cd
synced 2026-04-25 02:47:17 +00:00
9 lines
262 B
YAML
9 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
|