?
This commit is contained in:
27
cluster/operators.yaml
Normal file
27
cluster/operators.yaml
Normal file
@@ -0,0 +1,27 @@
|
||||
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
|
||||
Reference in New Issue
Block a user