helmfile/test/integration/test-cases/issue-2291/input/dns-patch.yaml

15 lines
271 B
YAML

# Strategic merge patch to modify Deployment
# This patch should NOT cause CRDs to be removed
---
apiVersion: apps/v1
kind: Deployment
metadata:
name: test-app
spec:
template:
spec:
dnsConfig:
options:
- name: ndots
value: "1"