diff --git a/_apps/appprojects.yaml b/_apps/appprojects.yaml new file mode 100644 index 0000000..1d70e1f --- /dev/null +++ b/_apps/appprojects.yaml @@ -0,0 +1,44 @@ +apiVersion: argoproj.io/v1alpha1 +kind: AppProject +metadata: + name: default + namespace: argocd +spec: + clusterResourceWhitelist: + - group: '*' + kind: '*' + destinations: + - namespace: '*' + server: '*' + sourceRepos: + - '*' +--- +apiVersion: argoproj.io/v1alpha1 +kind: AppProject +metadata: + name: system + namespace: argocd +spec: + clusterResourceWhitelist: + - group: '*' + kind: '*' + destinations: + - namespace: '*' + server: '*' + sourceRepos: + - '*' +--- +apiVersion: argoproj.io/v1alpha1 +kind: AppProject +metadata: + name: apps + namespace: argocd +spec: + clusterResourceWhitelist: + - group: '*' + kind: '*' + destinations: + - namespace: '*' + server: '*' + sourceRepos: + - '*' diff --git a/_apps/vertical-pod-autoscaler.yaml b/_apps/vertical-pod-autoscaler.yaml index 184cac0..3e26608 100644 --- a/_apps/vertical-pod-autoscaler.yaml +++ b/_apps/vertical-pod-autoscaler.yaml @@ -14,4 +14,10 @@ spec: path: kube-system/vertical-pod-autoscaler repoURL: https://git.tbrnt.ch/tobru/gitops-tbrnt.git targetRevision: HEAD + ignoreDifferences: + - group: apiextensions.k8s.io + kind: CustomResourceDefinition + name: verticalpodautoscalers.autoscaling.k8s.io + jsonPointers: + - /spec/validation/openAPIV3Schema