forked from k-space/kube
24 lines
586 B
YAML
24 lines
586 B
YAML
apiVersion: argoproj.io/v1alpha1
|
|
kind: Application
|
|
metadata:
|
|
name: elastic-system
|
|
namespace: argocd
|
|
spec:
|
|
project: default
|
|
destination:
|
|
server: 'https://kubernetes.default.svc'
|
|
namespace: elastic-system
|
|
syncPolicy:
|
|
automated: {}
|
|
syncOptions:
|
|
- CreateNamespace=true
|
|
source:
|
|
repoURL: 'git@git.k-space.ee:k-space/kube.git'
|
|
path: elastic-system
|
|
targetRevision: HEAD
|
|
ignoreDifferences:
|
|
- group: admissionregistration.k8s.io
|
|
kind: ValidatingWebhookConfiguration
|
|
jqPathExpressions:
|
|
- '.webhooks[]?.clientConfig.caBundle'
|