This commit is contained in:
2025-04-21 23:37:02 -05:00
parent 4227f84c0c
commit 60979aa450
2 changed files with 27 additions and 0 deletions

27
cluster/operators.yaml Normal file
View 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