This commit is contained in:
2025-04-21 23:39:05 -05:00
parent 60979aa450
commit 7c5b606ede
2 changed files with 1 additions and 28 deletions

View File

@@ -16,7 +16,7 @@ spec:
metadata: metadata:
name: '{{cluster}}-external-secrets' name: '{{cluster}}-external-secrets'
spec: spec:
project: apps project: default
source: source:
repoURL: 'https://github.com/rblundon/homelab.git' repoURL: 'https://github.com/rblundon/homelab.git'
targetRevision: HEAD targetRevision: HEAD

View File

@@ -1,27 +0,0 @@
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