27 lines
719 B
YAML
27 lines
719 B
YAML
apiVersion: argoproj.io/v1alpha1
|
|
kind: AppProject
|
|
metadata:
|
|
name: operators
|
|
namespace: openshift-gitops
|
|
spec:
|
|
description: My Cluster Operators
|
|
sourceRepos:
|
|
- https://github.com/rblundon/homelab.git
|
|
# destinations:
|
|
# - namespace: '*'
|
|
# server: https://my-cluster-dev.my-company.com
|
|
# - namespace: '*'
|
|
# server: https://my-cluster-prod.my-company.com
|
|
clusterResourceWhitelist:
|
|
- group: '*'
|
|
kind: '*'
|
|
namespaceResourceBlacklist:
|
|
- group: '*'
|
|
kind: 'Event'
|
|
# roles:
|
|
# - name: my-role
|
|
# description: My role description
|
|
# policies:
|
|
# - p, proj:my-app-project:my-role, applications, get, my-app-*, allow
|
|
# groups:
|
|
# - my-group |