mirror of
https://github.com/rubenhensen/k8scd.git
synced 2026-09-17 02:12:55 +02:00
12 lines
217 B
YAML
12 lines
217 B
YAML
apiVersion: apps/v1
|
|
kind: Deployment
|
|
metadata:
|
|
name: argocd-notifications-controller
|
|
namespace: argocd
|
|
$patch: replace
|
|
spec:
|
|
template:
|
|
spec:
|
|
containers:
|
|
- op: delete
|
|
livenessProbe: {} |