This commit is contained in:
2024-07-15 01:43:04 +10:00
parent f6b28f5c95
commit 221e1b8bce
10 changed files with 162 additions and 23 deletions

22
projects/proj.yaml Normal file
View File

@@ -0,0 +1,22 @@
apiVersion: argoproj.io/v1alpha1
kind: AppProject
metadata:
annotations:
argocd.argoproj.io/sync-wave: "1"
creationTimestamp: null
name: k3s-cluster
namespace: argocd
spec:
clusterResourceWhitelist:
- group: '*'
kind: '*'
description: k3s-cluster project
destinations:
- namespace: '*'
server: '*'
namespaceResourceWhitelist:
- group: '*'
kind: '*'
sourceRepos:
- '*'
status: {}