44 lines
1009 B
YAML
44 lines
1009 B
YAML
default:
|
|
app:
|
|
enabled: true
|
|
enableAutoSync: true
|
|
autoSyncPrune: false
|
|
project: cluster-config
|
|
labels:
|
|
app-source: local.hub
|
|
repo: cluster-config
|
|
destination:
|
|
namespace: openshift-gitops
|
|
server: https://kubernetes.default.svc
|
|
source:
|
|
repoURL: https://github.com/gnunn-gitops/cluster-config.git
|
|
targetRevision: HEAD
|
|
|
|
applications:
|
|
|
|
kyverno:
|
|
enabled: false
|
|
annotations:
|
|
argocd.argoproj.io/compare-options: IgnoreExtraneous
|
|
argocd.argoproj.io/sync-wave: '21'
|
|
destination:
|
|
namespace: kyverno
|
|
source:
|
|
path: components/kyverno/overlays/policies
|
|
syncPolicyRetry:
|
|
limit: 5
|
|
backoff:
|
|
duration: 5s
|
|
factor: 2
|
|
maxDuration: 3m
|
|
extraFields: |
|
|
ignoreDifferences:
|
|
- group: kyverno.io
|
|
kind: ClusterPolicy
|
|
jsonPointers:
|
|
- /spec/rules
|
|
- group: kyverno.io
|
|
kind: Policy
|
|
jsonPointers:
|
|
- /spec/rules
|