26 lines
522 B
YAML
26 lines
522 B
YAML
kind: Application
|
|
apiVersion: argoproj.io/v1alpha1
|
|
metadata:
|
|
name: kyverno-pss-policies-enforce-exceptions
|
|
namespace: argocd
|
|
spec:
|
|
project: default
|
|
source:
|
|
repoURL: cnoe://exceptions
|
|
targetRevision: HEAD
|
|
path: "."
|
|
directory:
|
|
recurse: true
|
|
destination:
|
|
server: "https://kubernetes.default.svc"
|
|
syncPolicy:
|
|
syncOptions:
|
|
- Replace=true
|
|
automated:
|
|
selfHeal: true
|
|
retry:
|
|
limit: 30
|
|
backoff:
|
|
duration: 5s
|
|
factor: 2
|
|
maxDuration: 3m0s
|