19 lines
No EOL
506 B
YAML
19 lines
No EOL
506 B
YAML
---
|
|
apiVersion: argoproj.io/v1alpha1
|
|
kind: AppProject
|
|
metadata:
|
|
namespace: argocd
|
|
name: fuku
|
|
spec:
|
|
destinations:
|
|
- namespace: apps-fuku
|
|
server: https://kubernetes.default.svc
|
|
clusterResourceWhitelist:
|
|
- group: rbac.authorization.k8s.io
|
|
kind: ClusterRole
|
|
- group: rbac.authorization.k8s.io
|
|
kind: ClusterRoleBinding
|
|
sourceRepos:
|
|
- https://gitlab.com/fukurokuju/k3s/services.git
|
|
- https://git.roboces.dev/catalin/fukuops.git
|
|
- https://charts.goauthentik.io/ |