2
This commit is contained in:
@@ -16,7 +16,7 @@ spec:
|
||||
metadata:
|
||||
name: '{{cluster}}-external-secrets'
|
||||
spec:
|
||||
project: apps
|
||||
project: default
|
||||
source:
|
||||
repoURL: 'https://github.com/rblundon/homelab.git'
|
||||
targetRevision: HEAD
|
||||
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user