feat(projects): add acaslab-pterodactyl-panel
This commit is contained in:
parent
907b47b7dd
commit
7e1f815f50
1 changed files with 21 additions and 0 deletions
21
projects/acaslab-pterodactyl-panel.yaml
Normal file
21
projects/acaslab-pterodactyl-panel.yaml
Normal file
|
|
@ -0,0 +1,21 @@
|
||||||
|
apiVersion: argoproj.io/v1alpha1
|
||||||
|
kind: AppProject
|
||||||
|
metadata:
|
||||||
|
annotations:
|
||||||
|
argocd.argoproj.io/sync-options: PruneLast=true
|
||||||
|
argocd.argoproj.io/sync-wave: "-2"
|
||||||
|
name: acaslab-pterodactyl-panel
|
||||||
|
namespace: argocd
|
||||||
|
spec:
|
||||||
|
clusterResourceWhitelist:
|
||||||
|
- group: "*"
|
||||||
|
kind: "*"
|
||||||
|
description: acaslab-pterodactyl-panel project
|
||||||
|
destinations:
|
||||||
|
- namespace: "*"
|
||||||
|
server: "*"
|
||||||
|
namespaceResourceWhitelist:
|
||||||
|
- group: "*"
|
||||||
|
kind: "*"
|
||||||
|
sourceRepos:
|
||||||
|
- "*"
|
||||||
Reference in a new issue