25 lines
672 B
YAML
25 lines
672 B
YAML
apiVersion: argoproj.io/v1alpha1
|
|
kind: AppProject
|
|
metadata:
|
|
name: external-secrets
|
|
namespace: argocd
|
|
annotations:
|
|
argocd.argoproj.io/sync-wave: "-900"
|
|
spec:
|
|
description: External Secrets
|
|
clusterResourceWhitelist:
|
|
- group: apiextensions.k8s.io
|
|
kind: CustomResourceDefinition
|
|
- group: rbac.authorization.k8s.io
|
|
kind: ClusterRole
|
|
- group: rbac.authorization.k8s.io
|
|
kind: ClusterRoleBinding
|
|
- group: admissionregistration.k8s.io
|
|
kind: ValidatingWebhookConfiguration
|
|
- group: external-secrets.io
|
|
kind: ClusterSecretStore
|
|
sourceRepos:
|
|
- '*'
|
|
destinations:
|
|
- namespace: external-secrets
|
|
server: '*' |