add argo project and ignore stuff on vpa crd
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Tobias Brunner 2020-06-29 20:40:16 +02:00
parent 56186c31c5
commit 88eaff5b12
2 changed files with 50 additions and 0 deletions

44
_apps/appprojects.yaml Normal file
View File

@ -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:
- '*'

View File

@ -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